MarketDataCreateUDS Method
Creates and returns an object for creating new strategy markets at the exchange.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public CreateUDS CreateUDS(
StrategyType penStrategyType,
Account poAccount
)
Public Function CreateUDS (
penStrategyType As StrategyType,
poAccount As Account
) As CreateUDS
- penStrategyType StrategyType
- The type of strategy to create.
- poAccount Account
- The account to use for creating the strategy, i.e. the iLink session that the account is configured for will be used to create this market.
CreateUDSAn object representing the UDS request