Class: Quickfix::NoUnderlyingStreamEffectiveDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamEffectiveDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamEffectiveDateBusinessCenters
constructor
A new instance of NoUnderlyingStreamEffectiveDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamEffectiveDateBusinessCenters
Returns a new instance of NoUnderlyingStreamEffectiveDateBusinessCenters.
39929 39930 39931 39932 39933 39934 39935 |
# File 'lib/quickfix_fields.rb', line 39929 def initialize(data = nil) if( data == nil ) super(40975) else super(40975, data) end end |
Class Method Details
.field ⇒ Object
39926 39927 39928 |
# File 'lib/quickfix_fields.rb', line 39926 def .field return 40975 end |