Package | Description |
---|---|
com.dxfeed.event.market |
Provides regular market event classes.
|
Modifier and Type | Method and Description |
---|---|
ShortSaleRestriction |
Profile.getShortSaleRestriction()
Returns short sale restriction of the security instrument.
|
static ShortSaleRestriction |
ShortSaleRestriction.valueOf(int code)
Returns restriction by integer code bit pattern.
|
static ShortSaleRestriction |
ShortSaleRestriction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShortSaleRestriction[] |
ShortSaleRestriction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setShortSaleRestriction(ShortSaleRestriction restriction)
Changes short sale restriction of the security instrument.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.