Package velox.api.layer1.simplified
Class InitialState
java.lang.Object
velox.api.layer1.simplified.InitialState
Some initialization data about events that happened shortly before the
initialization moment (note, that for historical-enabled indicators many
fields will be empty)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdoubleintvelox.api.layer1.data.TradeInfo
-
Constructor Details
-
InitialState
public InitialState()
-
-
Method Details
-
getCurrentTime
public long getCurrentTime() -
getLastTradeSize
public int getLastTradeSize() -
getLastTradePrice
public double getLastTradePrice() -
getTradeInfo
public velox.api.layer1.data.TradeInfo getTradeInfo()
-