CreateUDS Class

Class used for defining a new strategy to be created 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 class CreateUDS
Inheritance
Object    CreateUDS

Properties

ContractID Contractid of the first leg.
ExchangeID Exchangeid of the first leg.
ExpiryDate Expirydate of the first leg.
MarketRef The MarketRef of the created strategy. NOT MarketID.
RequestID ID of this request - NOT the market id.
Status Whether the request has completed successfully.
StatusDetail Error status from the request, if any.

Methods

AddLeg Add the specified leg details to this definition.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Send Send the new market request to the exchange.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

RequestComplete Event raised when the request has completed. This may or may not occur

See Also