Class: Quickfix::LegMinPriceIncrementAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegMinPriceIncrementAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMinPriceIncrementAmount
constructor
A new instance of LegMinPriceIncrementAmount.
Constructor Details
#initialize(data = nil) ⇒ LegMinPriceIncrementAmount
43049 43050 43051 43052 43053 43054 43055 |
# File 'lib/quickfix_fields.rb', line 43049 def initialize(data = nil) if( data == nil ) super(2191) else super(2191, data) end end |