Lean
$LEAN_TAG$
|
Defines the parameters for IFeeModel.GetOrderFee More...
Public Member Functions | |
OrderFeeParameters (Security security, Order order) | |
Initializes a new instance of the OrderFeeParameters class More... | |
Properties | |
Security | Security [get] |
Gets the security More... | |
Order | Order [get] |
Gets the order More... | |
Defines the parameters for IFeeModel.GetOrderFee
Definition at line 21 of file OrderFeeParameters.cs.
Initializes a new instance of the OrderFeeParameters class
security | The security |
order | The order |
Definition at line 38 of file OrderFeeParameters.cs.
|
get |
Gets the security
Definition at line 26 of file OrderFeeParameters.cs.
|
get |
Gets the order
Definition at line 31 of file OrderFeeParameters.cs.