Lean
$LEAN_TAG$
|
Represents the fee model specific to Alpaca trading platform. More...
Public Member Functions | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Gets the order fee associated with the specified order. More... | |
Static Public Attributes | |
const decimal | MakerCryptoFee = 0.0015m |
The fee percentage for a maker transaction in cryptocurrency. More... | |
const decimal | TakerCryptoFee = 0.0025m |
The fee percentage for a taker transaction in cryptocurrency. More... | |
Represents the fee model specific to Alpaca trading platform.
This class inherits from FeeModel and provides the fee structure for Alpaca trades. It implements the IFeeModel interface and should be used for calculating fees on the Alpaca platform.
Definition at line 27 of file AlpacaFeeModel.cs.
|
virtual |
Gets the order fee associated with the specified order.
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 46 of file AlpacaFeeModel.cs.
|
static |
The fee percentage for a maker transaction in cryptocurrency.
Definition at line 33 of file AlpacaFeeModel.cs.
|
static |
The fee percentage for a taker transaction in cryptocurrency.
Definition at line 38 of file AlpacaFeeModel.cs.