The Margin Service API currently supports string encoding of transactions. Other encodings may be supported in the future. |
Transactions may be specified in string format as the actual XML/CSV content. When using this method, the content should be enclosed by a CDATA
block.
For the following FIXML content:
<FIXML><!-- Content goes here --></FIXML> |
The payload element would look like this:
<payload format="FIXML" encoding="STRING"> <string><![CDATA[<FIXML><!-- Content goes here --></FIXML>]]></string> </payload> |