Prices class used by IFillModels
More...
|
| | Prices (IBaseDataBar bar) |
| | Create an instance of Prices class with a data bar More...
|
| |
| | Prices (DateTime endTime, IBar bar) |
| | Create an instance of Prices class with a data bar and end time More...
|
| |
| | Prices (DateTime endTime, decimal current, decimal open, decimal high, decimal low, decimal close) |
| | Create a instance of the Prices class with specific values for all prices More...
|
| |
Prices class used by IFillModels
Definition at line 24 of file Prices.cs.
◆ Prices() [1/3]
Create an instance of Prices class with a data bar
- Parameters
-
| bar | Data bar to use for prices |
Definition at line 60 of file Prices.cs.
◆ Prices() [2/3]
| QuantConnect.Orders.Fills.Prices.Prices |
( |
DateTime |
endTime, |
|
|
IBar |
bar |
|
) |
| |
Create an instance of Prices class with a data bar and end time
- Parameters
-
| endTime | The end time for these prices |
| bar | Data bar to use for prices |
Definition at line 70 of file Prices.cs.
◆ Prices() [3/3]
| QuantConnect.Orders.Fills.Prices.Prices |
( |
DateTime |
endTime, |
|
|
decimal |
current, |
|
|
decimal |
open, |
|
|
decimal |
high, |
|
|
decimal |
low, |
|
|
decimal |
close |
|
) |
| |
Create a instance of the Prices class with specific values for all prices
- Parameters
-
| endTime | The end time for these prices |
| current | Current price |
| open | Open price |
| high | High price |
| low | Low price |
| close | Close price |
Definition at line 84 of file Prices.cs.
◆ EndTime
| DateTime QuantConnect.Orders.Fills.Prices.EndTime |
|
get |
End time for these prices
Definition at line 29 of file Prices.cs.
◆ Current
| decimal QuantConnect.Orders.Fills.Prices.Current |
|
get |
◆ Open
| decimal QuantConnect.Orders.Fills.Prices.Open |
|
get |
◆ High
| decimal QuantConnect.Orders.Fills.Prices.High |
|
get |
◆ Low
| decimal QuantConnect.Orders.Fills.Prices.Low |
|
get |
◆ Close
| decimal QuantConnect.Orders.Fills.Prices.Close |
|
get |
The documentation for this class was generated from the following file: