Class: Quickfix::DisplayLowQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DisplayLowQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisplayLowQty
constructor
A new instance of DisplayLowQty.
Constructor Details
#initialize(data = nil) ⇒ DisplayLowQty
Returns a new instance of DisplayLowQty.
14501 14502 14503 14504 14505 14506 14507 |
# File 'lib/quickfix_fields.rb', line 14501 def initialize(data = nil) if( data == nil ) super(1085) else super(1085, data) end end |