public class BaseTradingRulesBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
BaseTradingRulesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getMinTradeVol() |
Double |
getRoundLot() |
void |
setMinTradeVol(Double value) |
void |
setRoundLot(Double value) |
void |
toFIX(FIXFieldList l) |
public Double getMinTradeVol()
public void setMinTradeVol(Double value)
public Double getRoundLot()
public void setRoundLot(Double 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.