Description
The BSToOPS describes a connection between a StockTrader Business Service and a StockTrader Order Processor Service. More specifically it indicates that a given StockTrader Business Service should communicate with a given StockTrader Order Processor Service. It is a part of one or more service calls within the StockTrader Configuration Service contract.
Members
Name |
Type |
Description |
---|---|---|
Bs |
String |
Gets the name of the StockTrader Business Service instance that is initiating a connection. |
Ops |
String |
Gets the name of a StockTrader Order Processor Service instance to which the business service will connect. |
Definition in XSD
<xs:complexType name="BSToOPS"> <xs:sequence> <xs:element minOccurs="0" name="Bs" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Ops" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType>
Description/Prefix |
Namespace |
---|---|
Target Namespace |
http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract |
tns |
http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract |
xs |
http://www.w3.org/2001/XMLSchema |