-
Notifications
You must be signed in to change notification settings - Fork 28
BestPrice
- 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.
This method returns the best global bid price.
NA
float
: Current best global bid price.
This method returns the available volume at the best global bid price level.
NA
int
: Current available volume at the best global bid price level.
This method returns the best global ask price.
NA
float
: Current best global ask price.
This method returns the available volume at the best global ask price level.
NA
int
: Current available volume at the best global ask price level.
Overview
Classes