Lean  $LEAN_TAG$
QuantConnect.Orders.Fees.OrderFeeParameters Class Reference

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...
 

Detailed Description

Defines the parameters for IFeeModel.GetOrderFee

Definition at line 21 of file OrderFeeParameters.cs.

Constructor & Destructor Documentation

◆ OrderFeeParameters()

QuantConnect.Orders.Fees.OrderFeeParameters.OrderFeeParameters ( Security  security,
Order  order 
)

Initializes a new instance of the OrderFeeParameters class

Parameters
securityThe security
orderThe order

Definition at line 38 of file OrderFeeParameters.cs.

Property Documentation

◆ Security

Security QuantConnect.Orders.Fees.OrderFeeParameters.Security
get

Gets the security

Definition at line 26 of file OrderFeeParameters.cs.

◆ Order

Order QuantConnect.Orders.Fees.OrderFeeParameters.Order
get

Gets the order

Definition at line 31 of file OrderFeeParameters.cs.


The documentation for this class was generated from the following file: