Description Usage Arguments Value
View source: R/GetQueueLength.R
Buy order should queue at bid prices, while sell order should queue at ask prices.
1 2 | GetQueueLength(dir = dir, date, orderTime, ticker, limitPrice, CALL,
position = 1, market = 'SHSZ')
|
dir |
The directory containing the Tick data. |
date |
date of the tick data. |
orderTime |
timestamp of the order queue. |
ticker |
ticker of the tick data. |
limitPrice |
the price level of the queue. |
CALL |
sell order or buy order. |
position |
position is between 0 and 1, indicating the relative position of the current order in the queue. |
market |
specifying the sub-function to call depending on the market. |
An integer indicating the queue length, or 0 if no entry satisfy the given conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.