Class: Quickfix::DisplayHighQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DisplayHighQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisplayHighQty
constructor
A new instance of DisplayHighQty.
Constructor Details
#initialize(data = nil) ⇒ DisplayHighQty
Returns a new instance of DisplayHighQty.
14514 14515 14516 14517 14518 14519 14520 |
# File 'lib/quickfix_fields.rb', line 14514 def initialize(data = nil) if( data == nil ) super(1086) else super(1086, data) end end |