Exchange Class

Class representing a single exchange.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class Exchange
Inheritance
Object    Exchange

Remarks

An exchange here is a combination of the actual exchange and a sub-exchange, e.g. liffe would have multiple exchanges for ltom etc.

Properties

Contracts List of contracts for the exchange.
ContractType The type of contracts that this exchange contains, e.g. Futures, options.
Description Descriptive name for the exchange.
Enabled True if the exchange is enabled.
ExchangeID The unique identifier for this Exchange.
Host Reference to the api Host object.
MarketDataType The permission level the user has for this exchange.
UDS Whether this exchange supports UDS creation.

Methods

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)
ToString Returns the exchange description
(Overrides ObjectToString)

See Also