OEC Application Programming Interface

OECClient.RequestRangeBars Method 

NOTE: This method is now obsolete.

Please use RequestBars with SubscriptionType.RangeBar


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

public Subscription RequestRangeBars(
   Contract contract,
   DateTime StartDate,
   DateTime EndDate,
   Int32 Range
);

Parameters

contract
Contract to request bars
StartDate
Start of time range
EndDate
End of time range
Range
Bar range (tick sizes)

See Also

OECClient Class | OEC.API Namespace | RequestTicks