OEC Application Programming Interface

OECClient.RequestTickBars Method 

NOTE: This method is now obsolete.

Please use RequestBars with SubscriptionType.TickBar


Requests price historical information in form of intra-day bars.

public Subscription RequestTickBars(
   Contract contract,
   DateTime StartDate,
   DateTime EndDate,
   Int32 Interval
);

Parameters

contract
Contract to request bars
StartDate
Start of time range
EndDate
End of time range
Interval
interval in ticks

See Also

OECClient Class | OEC.API Namespace | RequestTicks