OrderTicketBase Class

A base class used to create and send an order ticket generated from an associated order ticket object (used by OrderTicket, BracketOrderTicket, OCOOrderTicket, and OSOOrderTicket).

Namespace: tsdata.trading

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property OrderPlacementEnabled bool True to specify that order placement is enabled.
Public property TicketType enum

Gets the type of the OrderTicket.  See OrderTicketType for a list of possible values.

Methods
  Name Description
Public Method CreateFromFile(filename) Creates an order ticket from the specified XML file.
Public Method Send Sends the order ticket and returns an Order object to track.
Public Method Send(returnAll) Sends the order ticket, and when returnAll is True, returns an Orders collection of all the orders resulting from the OrderTicket.
Public Method SendAndForget Sends the order ticket.