Package | Description |
---|---|
com.dxfeed.event.market |
Defines regular market event classes.
|
Modifier and Type | Method and Description |
---|---|
Side |
TimeAndSale.getAggressorSide()
Returns aggressor side of this time and sale event.
|
static Side |
Side.valueOf(int code) |
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeAndSale.setAggressorSide(Side side)
Changes aggressor side of this time and sale event.
|
Copyright © 2014 Devexperts. All Rights Reserved.