Lean
$LEAN_TAG$
|
Provides factory method for creating an IBrokerageModel from the BrokerageName enum More...
Static Public Member Functions | |
static IBrokerageModel | Create (IOrderProvider orderProvider, BrokerageName brokerage, AccountType accountType) |
Creates a new IBrokerageModel for the specified BrokerageName More... | |
static BrokerageName | GetBrokerageName (IBrokerageModel brokerageModel) |
Gets the corresponding BrokerageName for the specified IBrokerageModel More... | |
Provides factory method for creating an IBrokerageModel from the BrokerageName enum
Definition at line 184 of file IBrokerageModel.cs.
|
static |
Creates a new IBrokerageModel for the specified BrokerageName
orderProvider | The order provider |
brokerage | The name of the brokerage |
accountType | The account type |
Definition at line 193 of file IBrokerageModel.cs.
|
static |
Gets the corresponding BrokerageName for the specified IBrokerageModel
brokerageModel | The brokerage model |
Definition at line 296 of file IBrokerageModel.cs.