See: Description
| Interface | Description |
|---|---|
| POE.InboundMessage |
A message from a client application to the trading system.
|
| POE.Message |
A message.
|
| POE.OutboundMessage |
A message from the trading system to a client application.
|
| POEClientListener |
The interface for inbound messages on the client side.
|
| POEServerListener |
The interface for inbound messages on the server side.
|
| Class | Description |
|---|---|
| POE |
Common definitions.
|
| POE.CancelOrder |
A Cancel Order message.
|
| POE.EnterOrder |
An Enter Order message.
|
| POE.OrderAccepted |
An Order Accepted message.
|
| POE.OrderCanceled |
An Order Canceled message.
|
| POE.OrderExecuted |
An Order Executed message.
|
| POE.OrderRejected |
An Order Rejected message.
|
| POEClientParser |
A parser for inbound messages on the client side.
|
| POEServerParser |
A parser for inbound messages on the server side.
|
| Exception | Description |
|---|---|
| POEException |
Indicates a protocol error while handling the POE protocol.
|
Copyright © 2017. All rights reserved.