public method IOrderChangeListener.onError

Brief

Processes notifications about a order error

Declaration

protojavascriptjavacsharp
public onError(orderInfo : OrderInfo) : void

Parameters
orderInfo

The info about order error

Details

See also: OrderInfo

Declared in IOrderChangeListener

back