Class: Quickfix::NoLegStreamEffectiveDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegStreamEffectiveDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegStreamEffectiveDateBusinessCenters
constructor
A new instance of NoLegStreamEffectiveDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegStreamEffectiveDateBusinessCenters
Returns a new instance of NoLegStreamEffectiveDateBusinessCenters.
39500 39501 39502 39503 39504 39505 39506 |
# File 'lib/quickfix_fields.rb', line 39500 def initialize(data = nil) if( data == nil ) super(40942) else super(40942, data) end end |
Class Method Details
.field ⇒ Object
39497 39498 39499 |
# File 'lib/quickfix_fields.rb', line 39497 def NoLegStreamEffectiveDateBusinessCenters.field return 40942 end |