public class SRQSQuoteEntryGrpElem extends Object
Constructor and Description |
---|
SRQSQuoteEntryGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getBidPx()
Bid price/rate.
|
long |
getBidSize()
Quantity of bid.
|
long |
getExpireTime()
Time a message expires.
|
String |
getFirmNegotiationId()
User defined ID of a SRQS negotiation.
|
long |
getNegotiationId()
ID of a SRQS negotiation.
|
long |
getOfferPx()
Offer price/rate.
|
long |
getOfferSize()
Quantity of offer.
|
String |
getPartyEnteringTrader()
The entering user.
|
String |
getPartyExecutingFirm()
Owning business unit name.
|
String |
getPartyExecutingTrader()
Owning user name.
|
long |
getPartyIdExecutingTrader()
Owning User ID.
|
long |
getQuoteId()
Customer defined mass quote identifier.
|
long |
getQuoteRefPrice()
Underlying reference price for an option (for option strategies).
|
QuotingStatus |
getQuotingStatus()
Quoting status for the executing party.
|
long |
getSecondaryQuoteId()
Identifier of the replaced quote.
|
long |
getTransactTime()
Timestamp of the match event (trade).
|
long |
getUnderlyingDeltaPercentage()
The underlying delta of a Vola-Strategy.
|
long |
getUnderlyingPx()
Underlying price associate with a derivative instrument.
|
void |
setBidPx(long value) |
void |
setBidSize(long value) |
void |
setExpireTime(long value) |
void |
setFirmNegotiationId(String value) |
void |
setNegotiationId(long value) |
void |
setOfferPx(long value) |
void |
setOfferSize(long value) |
void |
setPartyEnteringTrader(String value) |
void |
setPartyExecutingFirm(String value) |
void |
setPartyExecutingTrader(String value) |
void |
setPartyIdExecutingTrader(long value) |
void |
setQuoteId(long value) |
void |
setQuoteRefPrice(long value) |
void |
setQuotingStatus(QuotingStatus value) |
void |
setSecondaryQuoteId(long value) |
void |
setTransactTime(long value) |
void |
setUnderlyingDeltaPercentage(long value) |
void |
setUnderlyingPx(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getTransactTime()
public void setTransactTime(long value)
public long getExpireTime()
public void setExpireTime(long value)
public long getQuoteId()
public void setQuoteId(long value)
public long getSecondaryQuoteId()
public void setSecondaryQuoteId(long value)
public long getBidPx()
public void setBidPx(long value)
public long getBidSize()
public void setBidSize(long value)
public long getOfferPx()
public void setOfferPx(long value)
public long getOfferSize()
public void setOfferSize(long value)
public long getUnderlyingPx()
public void setUnderlyingPx(long value)
public long getUnderlyingDeltaPercentage()
public void setUnderlyingDeltaPercentage(long value)
public long getQuoteRefPrice()
public void setQuoteRefPrice(long value)
public long getPartyIdExecutingTrader()
public void setPartyIdExecutingTrader(long value)
public long getNegotiationId()
public void setNegotiationId(long value)
public QuotingStatus getQuotingStatus()
public void setQuotingStatus(QuotingStatus value)
public String getFirmNegotiationId()
public void setFirmNegotiationId(String value)
public String getPartyExecutingFirm()
public void setPartyExecutingFirm(String value)
public String getPartyExecutingTrader()
public void setPartyExecutingTrader(String value)
public String getPartyEnteringTrader()
public void setPartyEnteringTrader(String value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.