Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models order fees that alpha stream clients pay/receive More...
Public Member Functions | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Gets the order fee associated with the specified order. This returns the cost of the transaction in the account currency More... | |
Provides an implementation of FeeModel that models order fees that alpha stream clients pay/receive
Definition at line 25 of file AlphaStreamsFeeModel.cs.
|
virtual |
Gets the order fee associated with the specified order. This returns the cost of the transaction in the account currency
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 53 of file AlphaStreamsFeeModel.cs.