<xs:simpleType name="ResponseTransportType_enum_t">
<xs:annotation>
<xs:documentation>Identifies how the response to the request should be transmitted.
Details specified via ResponseDestination (726).</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ResponseTransportType" ComponentType="Field" Tag="725" Type="int" AbbrName="RspTransportTyp" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Inband - transport the request was sent over (default)</fm:EnumDoc>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Out of Band - pre-arranged out-of-band delivery mechanizm (i.e. FTP, HTTP, NDM, etc.) between counterparties. Details specified via ResponseDestination (726).</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
</xs:restriction>
</xs:simpleType>
|