Class: Quickfix::EndPriceRange
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::EndPriceRange
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EndPriceRange
constructor
A new instance of EndPriceRange.
Constructor Details
#initialize(data = nil) ⇒ EndPriceRange
62185 62186 62187 62188 62189 62190 62191 |
# File 'lib/quickfix_fields.rb', line 62185 def initialize(data = nil) if( data == nil ) super(2552) else super(2552, data) end end |