Class: Quickfix::NBBOQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::NBBOQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NBBOQty
constructor
A new instance of NBBOQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ NBBOQty
Returns a new instance of NBBOQty.
77486 77487 77488 77489 77490 77491 77492 |
# File 'lib/quickfix_fields.rb', line 77486 def initialize(data = nil) if( data == nil ) super(2833) else super(2833, data) end end |
Class Method Details
.field ⇒ Object
77483 77484 77485 |
# File 'lib/quickfix_fields.rb', line 77483 def NBBOQty.field return 2833 end |