|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Direction | |
|---|---|
| org.openstrategies.metc.strategy.util | |
| Uses of Direction in org.openstrategies.metc.strategy.util |
|---|
| Methods in org.openstrategies.metc.strategy.util that return Direction | |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.openstrategies.metc.strategy.util with parameters of type Direction | |
|---|---|
Trade |
Trade.direction(Direction direction)
|
void |
Trade.order(String symbol,
org.marketcetera.trade.Side side,
Direction direction,
BigDecimal price)
|
void |
Trade.suggest(String symbol,
org.marketcetera.trade.Side side,
Direction direction,
BigDecimal price)
|
void |
Trade.suggest(String symbol,
org.marketcetera.trade.Side side,
Direction direction,
double price)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||