Class: Quickfix::DisplayHighQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DisplayHighQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisplayHighQty
constructor
A new instance of DisplayHighQty.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
14511 14512 14513 |
# File 'lib/quickfix_fields.rb', line 14511 def DisplayHighQty.field return 1086 end |