MarketDataCreateUDS Method

Creates and returns an object for creating new strategy markets at the exchange.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public CreateUDS CreateUDS(
	StrategyType penStrategyType,
	Account poAccount
)

Parameters

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.

Return Value

CreateUDS
An object representing the UDS request

See Also