OEC Application Programming Interface

IKeyed<T> Interface

Interface for objects that can provide key value, for sort or search operations

For a list of all members of this type, see IKeyed<T> Members.

IKeyed<T>
   INamed

public interface IKeyed<T>

Types that implement IKeyed<T>

Type Description
Account Customer account
AllocationBlock represent AllocationBlock
AllocationBlockItem AllocationBlockItem element
BaseContract Base Contract - parent of contracts with base symbol and different expiration dates.
NamedObject Base class for objects that have unique integer ID and name.
Channel News channel. See OECClient.Channels.
ClearingHouse Clearing house
CompoundPositionGroup Compound or "spread" group of positions that created by "spread" orders
Contract A single contract - for example, ESH6.
ContractGroup Group of contracts
Currency Currency representation.
Exchange Exchange.
PitGroup Routing group - see Order.Group.
Route Execution route
Trader Represents underlying trader, his accounts and orders
TraderCategory Trader category
User Representation of another user in OEC system

Type Parameters

T
Key type

Requirements

Namespace: OEC.API.Bases

Assembly: API (in API.dll)

See Also

IKeyed<T> Members | OEC.API.Bases Namespace