public class PegInstructionsBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
PegInstructionsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getPegLimitType() |
Long |
getPegMoveType() |
Long |
getPegOffsetType() |
Double |
getPegOffsetValue() |
Long |
getPegPriceType() |
Long |
getPegRoundDirection() |
Long |
getPegScope() |
String |
getPegSecurityDesc() |
String |
getPegSecurityID() |
String |
getPegSecurityIDSource() |
String |
getPegSymbol() |
void |
setPegLimitType(Long value) |
void |
setPegMoveType(Long value) |
void |
setPegOffsetType(Long value) |
void |
setPegOffsetValue(Double value) |
void |
setPegPriceType(Long value) |
void |
setPegRoundDirection(Long value) |
void |
setPegScope(Long value) |
void |
setPegSecurityDesc(String value) |
void |
setPegSecurityID(String value) |
void |
setPegSecurityIDSource(String value) |
void |
setPegSymbol(String value) |
void |
toFIX(FIXFieldList l) |
public Double getPegOffsetValue()
public void setPegOffsetValue(Double value)
public Long getPegPriceType()
public void setPegPriceType(Long value)
public Long getPegMoveType()
public void setPegMoveType(Long value)
public Long getPegOffsetType()
public void setPegOffsetType(Long value)
public Long getPegLimitType()
public void setPegLimitType(Long value)
public Long getPegRoundDirection()
public void setPegRoundDirection(Long value)
public Long getPegScope()
public void setPegScope(Long value)
public String getPegSecurityIDSource()
public void setPegSecurityIDSource(String value)
public String getPegSecurityID()
public void setPegSecurityID(String value)
public String getPegSymbol()
public void setPegSymbol(String value)
public String getPegSecurityDesc()
public void setPegSecurityDesc(String value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.