OEC Application Programming Interface

INamed Interface

Interface for objects that provide name as a string key. See IKeyed<T>.

public interface INamed : IKeyed<String>

Types that implement INamed

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
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

Requirements

Namespace: OEC.API.Bases

Assembly: API (in API.dll)

See Also

OEC.API.Bases Namespace