Class: Quickfix::NoStreamEffectiveDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoStreamEffectiveDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStreamEffectiveDateBusinessCenters
constructor
A new instance of NoStreamEffectiveDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoStreamEffectiveDateBusinessCenters
Returns a new instance of NoStreamEffectiveDateBusinessCenters.
39734 39735 39736 39737 39738 39739 39740 |
# File 'lib/quickfix_fields.rb', line 39734 def initialize(data = nil) if( data == nil ) super(40960) else super(40960, data) end end |
Class Method Details
.field ⇒ Object
39731 39732 39733 |
# File 'lib/quickfix_fields.rb', line 39731 def NoStreamEffectiveDateBusinessCenters.field return 40960 end |