Class: Quickfix::NBBOPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::NBBOPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NBBOPrice
constructor
A new instance of NBBOPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ NBBOPrice
Returns a new instance of NBBOPrice.
77473 77474 77475 77476 77477 77478 77479 |
# File 'lib/quickfix_fields.rb', line 77473 def initialize(data = nil) if( data == nil ) super(2832) else super(2832, data) end end |
Class Method Details
.field ⇒ Object
77470 77471 77472 |
# File 'lib/quickfix_fields.rb', line 77470 def NBBOPrice.field return 2832 end |