[][src]Module luno::orders

Structs

LimitOrder

Represents a limit order made on the exchange.

ListOrdersBuilder

A builder for the list_orders() method.

Order

Represents an order.

OrderList

Contains a list of orders.

PostLimitOrderBuilder

A builder for the limit_order() method.

PostMarketOrderBuilder

A builder for the market_order() method.

PostOrderResponse

Contains information regarding the posted order.

StopOrderResponse

Contains information regarding the stopped order.

Enums

LimitOrderType

Represents the type of the limit order.

MarketOrderType

Represents the type of the market order.

OrderState

Represents the state of an order.

StopDirection

Side of the trigger (stop) price to activate the order.