question

Upvotes
Accepted
136 1 3 3

How do I trade Options on Futures via REDI API?

redi-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
136 1 3 3

In order to trade Options on Futures, the OptionOrder.Symbol attribute must be set to the opt_underlier of the security. A list of these is attached to this post.

opt-underlier.zip

Example:

RediLib.OPTIONORDER objOrder = new RediLib.OPTIONORDER();

objOrder.Symbol = 'R.ON-.EUR';
objOrder.Type = 'Call';
objOrder.Date = 'May 25 '18';
objOrder.Strike='2.20';


opt-underlier.zip (2.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.