<xs:complexType name="OrderCancelReject_message_t" final="#all">
<xs:annotation>
<xs:documentation xml:lang="en">OrderCancelReject can be found in Volume4 of the specification </xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OrderCancelReject" ComponentType="Message" MsgID="10" Section="Trade" Category="SingleGeneralOrderHandling" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Abstract_message_t">
<xs:sequence>
<xs:group ref="OrderCancelRejectElements" />
</xs:sequence>
<xs:attributeGroup ref="OrderCancelRejectAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|