| Package | Description |
|---|---|
| info.bitrich.xchangestream.lgo.domain | |
| info.bitrich.xchangestream.lgo.dto |
| Modifier and Type | Class and Description |
|---|---|
class |
LgoDoneOrderEvent
Order left orderbook
|
class |
LgoInvalidOrderEvent
Order was invalid
|
class |
LgoMatchOrderEvent
Order matched against another order
|
class |
LgoOpenOrderEvent
Order entered order book
|
class |
LgoPendingOrderEvent
Order was received by LGO execution engine in a batch
|
| Modifier and Type | Method and Description |
|---|---|
List<LgoBatchOrderEvent> |
LgoGroupedUserUpdate.getEvents() |
| Constructor and Description |
|---|
LgoGroupedUserUpdate(Map<String,org.knowm.xchange.dto.Order> allOpenOrders,
List<org.knowm.xchange.dto.Order> updatedOrders,
List<LgoBatchOrderEvent> events,
long batchId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
List<LgoBatchOrderEvent> |
LgoUserUpdate.getOrderEvents() |
| Constructor and Description |
|---|
LgoUserUpdate(long batchId,
String type,
String channel,
String productId,
List<LgoBatchOrderEvent> orderEvents) |
Copyright © 2020. All rights reserved.