public class TrdCapRptAckSideGrpBlock.SidesGroup extends Object
Constructor and Description |
---|
SidesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAccount() |
Long |
getAccountType() |
Double |
getGrossTradeAmt() |
String |
getOrderID() |
PartiesBlock |
getParties() |
Character |
getSide() |
String |
getText() |
void |
setAccount(String value) |
void |
setAccountType(Long value) |
void |
setGrossTradeAmt(Double value) |
void |
setOrderID(String value) |
void |
setParties(PartiesBlock value) |
void |
setSide(Character value) |
void |
setText(String value) |
void |
toFIX(FIXFieldList l) |
public Character getSide()
public void setSide(Character value)
public String getOrderID()
public void setOrderID(String value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getAccount()
public void setAccount(String value)
public Long getAccountType()
public void setAccountType(Long value)
public Double getGrossTradeAmt()
public void setGrossTradeAmt(Double value)
public String getText()
public void setText(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.