|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITick
Tick data
Method Summary | |
---|---|
double |
getAsk()
Best ask price on the market |
double[] |
getAsks()
All ask prices on the market |
double |
getAskVolume()
Volume available at the best ask price on the market |
double[] |
getAskVolumes()
All ask volumes on the market, correspondingly to the asks returned from getAsks() method |
double |
getBid()
Best bid price on the market |
double[] |
getBids()
All bid prices on the market |
double |
getBidVolume()
Volume available at the best bid price on the market |
double[] |
getBidVolumes()
All bid volumes on the market, correspondingly to the bids returned from getBids() method |
long |
getTime()
Time of the tick |
Method Detail |
---|
long getTime()
double getAsk()
double getBid()
double getAskVolume()
double getBidVolume()
double[] getAsks()
double[] getBids()
double[] getAskVolumes()
getAsks()
method
double[] getBidVolumes()
getBids()
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |