Class: Quickfix::NoUnderlyingBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingBusinessCenters
constructor
A new instance of NoUnderlyingBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingBusinessCenters
Returns a new instance of NoUnderlyingBusinessCenters.
39760 39761 39762 39763 39764 39765 39766 |
# File 'lib/quickfix_fields.rb', line 39760 def initialize(data = nil) if( data == nil ) super(40962) else super(40962, data) end end |
Class Method Details
.field ⇒ Object
39757 39758 39759 |
# File 'lib/quickfix_fields.rb', line 39757 def .field return 40962 end |