Lean
$LEAN_TAG$
|
Provide extension method for IFeeModel to enable backwards compatibility of invocations. More...
Static Public Member Functions | |
static decimal | GetOrderFee (this IFeeModel model, Security security, Order order) |
Gets the order fee associated with the specified order. This returns the cost of the transaction in the account currency More... | |
Provide extension method for IFeeModel to enable backwards compatibility of invocations.
Definition at line 40 of file IFeeModel.cs.
|
static |
Gets the order fee associated with the specified order. This returns the cost of the transaction in the account currency
model | The fee model |
security | The security matching the order |
order | The order to compute fees for |
Definition at line 50 of file IFeeModel.cs.