OEC Application Programming Interface

OECClient.RequestTicks Method (Contract, DateTime, Int32)

Requests price ticks for given end timestamp and amount

public Subscription RequestTicks(
   Contract contract,
   DateTime EndDate,
   Int32 Amount
);

Parameters

contract
Contract to see ticks
EndDate
End of time range
Amount
Amount of ticks

See Also

OECClient Class | OEC.API Namespace | OECClient.RequestTicks Overload List | OnTicksReceived | RequestHistory