Package | Description |
---|---|
com.dxfeed.event.market |
Provides regular market event classes.
|
com.dxfeed.model.market |
Provides models for market events.
|
Modifier and Type | Method and Description |
---|---|
Scope |
OrderBase.getScope()
Returns scope of this order.
|
static Scope |
Scope.valueOf(int code)
Returns scope by integer code bit pattern.
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderBase.setScope(Scope scope)
Changes scope of this order.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OrderBookModelFilter.allowScope(Scope scope)
Returns
true if the specified order scope is accepted, false otherwise. |
Copyright © 2002–2023 Devexperts LLC. All rights reserved.