public class MMParameterGrpElem extends Object
Constructor and Description |
---|
MMParameterGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getCumQty()
Cumulated executed quantity of an order.
|
long |
getDelta()
Absolute number of (long calls + short puts) - (short calls + long puts).
|
long |
getExposureDuration()
Participant defined time frame the risk protection parameters should be counted.
|
MMRiskLimitActionType |
getMMRiskLimitActionType()
Action for reaching risk limit.
|
int |
getPctCount()
Percentage threshold: the system counts each trade as a percentage of the original volume and sums the percentages.
|
long |
getTargetPartyIdSessionId()
Owning Session ID.
|
long |
getVega()
Absolute number of contracts purchased reduced by the number of contracts sold.
|
void |
setCumQty(long value) |
void |
setDelta(long value) |
void |
setExposureDuration(long value) |
void |
setMMRiskLimitActionType(MMRiskLimitActionType value) |
void |
setPctCount(int value) |
void |
setTargetPartyIdSessionId(long value) |
void |
setVega(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getExposureDuration()
public void setExposureDuration(long value)
public long getCumQty()
public void setCumQty(long value)
public long getDelta()
public void setDelta(long value)
public long getVega()
public void setVega(long value)
public int getPctCount()
public void setPctCount(int value)
public long getTargetPartyIdSessionId()
public void setTargetPartyIdSessionId(long value)
public MMRiskLimitActionType getMMRiskLimitActionType()
public void setMMRiskLimitActionType(MMRiskLimitActionType value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.