TB.One > Order Data and Order Processing > Order Processing via XML > Files and Naming Conventions for Order Processing via XML

Files and Naming Conventions for Order Processing via XML

Tradebyte's XML standard for the transfer of order data and order messages is called TB.Order. Regardless of the interface you use, any XML files that are transmitted to TB.One must be validated against the XML schema.

 

1. ORDER DATA

The order files that you receive from TB.One are structured according to the XML schema file found at:

https://api.core.tradebyte.com/schema/all_in_one/tb-order_all_in_one.xsd

 

The name of order files is structured in the following way:

ORDERS_yyyymmdd_hhmmss.xml

ORDERS_

Identification as an order file

yyyymmdd_hhmmss

Timestamp: YearMonthDay_HourMinuteSecond
Example:
3rd of January 2021, 03.30 PM - "20210103_153000_"

.xml

File extension

 

2. MESSAGES

Message files you send to TB.One (dispatch advices, return or cancellation messages) must be validated against the current schema file found at:

https://api.core.tradebyte.com/schema/all_in_one/tb-order-desadv_all_in_one.xsd

 

The name of message files is structured in the following way:

MESSAGES_yyyymmdd_hhmmss.xml

MESSAGES_

Identification as a message file

yyyymmdd_hhmmss

Timestamp: YearMonthDay_HourMinuteSecond
Example:
3rd of January 2021, 03.30 PM - "20210103_153000_"

.xml

File extension

 

ATTENTION:
Files will not be processed if the name contains "progress", "test" or "done"!


For further information, see also:

Field descriptions - order file

Field descriptions - message file