# Trading System: placeOrder()
Used to place an order according to the specified directives. The order will be associated to the trading system.
- Interface
class MidaTradingSystem {
protected placeOrder (directives: MidaOrderDirectives): Promise<MidaOrder | undefined>;
}