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

Provides an implementation of FeeModel that models order fees that alpha stream clients pay/receive More...

Inheritance diagram for QuantConnect.Orders.Fees.AlphaStreamsFeeModel:
[legend]

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

Detailed Description

Provides an implementation of FeeModel that models order fees that alpha stream clients pay/receive

Definition at line 25 of file AlphaStreamsFeeModel.cs.

Member Function Documentation

◆ GetOrderFee()

override OrderFee QuantConnect.Orders.Fees.AlphaStreamsFeeModel.GetOrderFee ( OrderFeeParameters  parameters)
virtual

Gets the order fee associated with the specified order. This returns the cost of the transaction in the account currency

Parameters
parametersA OrderFeeParameters object containing the security and order
Returns
The cost of the order in units of the account currency

Reimplemented from QuantConnect.Orders.Fees.FeeModel.

Definition at line 53 of file AlphaStreamsFeeModel.cs.


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