Class: Quickfix::MaxPriceVariation
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MaxPriceVariation
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaxPriceVariation
constructor
A new instance of MaxPriceVariation.
Constructor Details
#initialize(data = nil) ⇒ MaxPriceVariation
Returns a new instance of MaxPriceVariation.
15268 15269 15270 15271 15272 15273 15274 |
# File 'lib/quickfix_fields.rb', line 15268 def initialize(data = nil) if( data == nil ) super(1143) else super(1143, data) end end |