-
Notifications
You must be signed in to change notification settings - Fork 28
BestPrice
- get_bid_price()
- get_bid_size()
- get_ask_price()
- get_ask_size()
- get_global_bid_price()
- get_global_bid_size()
- get_global_ask_price()
- get_global_ask_size()
- get_local_bid_price()
- get_local_bid_size()
- get_local_ask_price()
- get_local_ask_size()
BestPrice(global_bid_price, global_bid_size, global_ask_price, global_ask_size, local_bid_price, local_bid_size, local_ask_price, local_ask_size)
-
global_bid_price : float
Current best global bid price.
-
global_bid_size : int
Current available volume at the best global bid price level (1 size = 100 shares).
-
global_ask_price : float
Current best global ask price.
-
global_ask_size : int
Current available volume at the best global ask price level (1 size = 100 shares).
-
local_bid_price : float
Current best local bid price.
-
local_bid_size : int
Current available volume at the best local bid price level (1 size = 100 shares).
-
local_ask_price : float
Current best local ask price.
-
local_ask_size : int
Current available volume at the best local ask price level (1 size = 100 shares).
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 (1 size = 100 shares).
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 (1 size = 100 shares).
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 (1 size = 100 shares).
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 (1 size = 100 shares).
This method returns the best local bid price.
NA
float
: Current best local bid price.
This method returns the available volume at the best local bid price level.
NA
int
: Current available volume at the best local bid price level (1 size = 100 shares).
This method returns the best local ask price.
NA
float
: Current best local ask price.
This method returns the available volume at the best local ask price level.
NA
int
: Current available volume at the best local ask price level (1 size = 100 shares).
Overview
Classes