-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The fixml changed for options orders and I have been getting the error:
ally.exception.ExecutionException: This symbol is not valid for this request
when submitting with py ally the fixml should be:
<FIXML xmlns="http://www.fixprotocol.org/FIXML-5-0-SP2">
<Order TmInForce="0" Typ="2" Side="1" Px="21.00" PosEfct="O" Acct="12345678">
<Instrmt CFI="OC" SecTyp="OPT" MatDt="2014-01-18T00:00:00.000-05:00" StrkPx="190" Sym="IBM"/>
<OrdQty Qty="4"/>
</Order>
</FIXML>
instead of the given:
<FIXML xmlns="http://www.fixprotocol.org/FIXML-5-0-SP2">
<Order AcctTyp="5" Typ="2" Px="8.5" Side="1" TmInForce="0">
<Instrmt SecTyp="CS" Sym="NFLX220422C00300000" />
<OrdQty Qty="1" />
</Order>
</FIXML>
according to the link:
[https://www.ally.com/api/invest/documentation/trading/]
Metadata
Metadata
Assignees
Labels
No labels