public class RequestInstrument extends Object
Constructor and Description |
---|
RequestInstrument()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Product |
getProduct()
Enables the user to filter trades based on a specific product.
|
String |
getSecurityExchange() |
String |
getSecurityID() |
SecurityType |
getSecurityType() |
String |
getSymbol()
Gets the ticker symbol.
|
void |
setProduct(Product value)
Enables the user to filter trades based on a specific product.
|
void |
setSecurityExchange(String value) |
void |
setSecurityID(String value) |
void |
setSecurityType(SecurityType value) |
void |
setSymbol(String value)
Sets the ticker symbol.
|
public final String getSymbol()
public final void setSymbol(String value)
value
- the ticker symbolpublic final String getSecurityID()
public final void setSecurityID(String value)
value
- the Clearing Product ID.public final Product getProduct()
public final void setProduct(Product value)
value
- productpublic final SecurityType getSecurityType()
public final void setSecurityType(SecurityType value)
value
- the security type of CME Product, e.g. CL.public final String getSecurityExchange()
public final void setSecurityExchange(String value)
value
- the Security Exchange.Copyright © 2014–2025 Onix Solutions. All rights reserved.