-
Notifications
You must be signed in to change notification settings - Fork 28
BestPrice
Thiago W. Alves edited this page Feb 6, 2019
·
14 revisions
- getBidPrice()
- getBidSize()
- getAskPrice()
- getAskSize()
- getGlobalBidPrice()
- getGlobalBidSize()
- getGlobalAskPrice()
- getGlobalAskSize()
- getLocalBidPrice()
- getLocalBidSize()
- getLocalAskPrice()
- getLocalAskSize()
BestPrice(globalBidPrice, globalBidSize, globalAskPrice, globalAskSize, localBidPrice, localBidSize, localAskPrice, localAskSize)
-
globalBidPrice : float
-
globalBidSize : int
-
globalAskPrice : float
-
globalAskSize : int
-
localBidPrice : float
-
localBidSize : int
-
localAskPrice : float
-
localAskSize : int
None
This method returns the best bid price.
NA
float
: Current best bid price, among both global and local order books.
This method returns the available volume at the best bid price level.
NA
int
: Current available volume at the best bid price level, among both global and local order books.
This method returns the best ask price.
NA
float
: Current best ask price, among both global and local order books.
This method returns the available volume at the best ask price level.
NA
int
: Current available volume at the best ask price level, among both global and local order books.
Overview
Classes