Class: Quickfix::NBBOSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NBBOSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NBBOSource
constructor
A new instance of NBBOSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NBBOSource
Returns a new instance of NBBOSource.
77499 77500 77501 77502 77503 77504 77505 |
# File 'lib/quickfix_fields.rb', line 77499 def initialize(data = nil) if( data == nil ) super(2834) else super(2834, data) end end |
Class Method Details
.field ⇒ Object
77496 77497 77498 |
# File 'lib/quickfix_fields.rb', line 77496 def NBBOSource.field return 2834 end |