| Package | Description |
|---|---|
| com.xeiam.xchange.coinfloor.dto.streaming | |
| com.xeiam.xchange.service.streaming |
| Modifier and Type | Field and Description |
|---|---|
protected ExchangeEventType |
CoinfloorExchangeEvent.exchangeEventType |
| Modifier and Type | Method and Description |
|---|---|
ExchangeEventType |
CoinfloorExchangeEvent.getEventType() |
| Constructor and Description |
|---|
CoinfloorExchangeEvent(int tag,
ExchangeEventType exchangeEventType,
String data) |
CoinfloorExchangeEvent(int tag,
ExchangeEventType exchangeEventType,
String data,
Map<String,Object> payload) |
| Modifier and Type | Field and Description |
|---|---|
protected ExchangeEventType |
DefaultExchangeEvent.exchangeEventType |
| Modifier and Type | Method and Description |
|---|---|
ExchangeEventType |
DefaultExchangeEvent.getEventType() |
ExchangeEventType |
ExchangeEvent.getEventType() |
static ExchangeEventType |
ExchangeEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeEventType[] |
ExchangeEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultExchangeEvent(ExchangeEventType exchangeEventType,
String data) |
DefaultExchangeEvent(ExchangeEventType exchangeEventType,
String data,
Object payload) |
JsonWrappedExchangeEvent(ExchangeEventType exchangeEventType,
String message) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.