Class: Quickfix::NoUnderlyingStreamTerminationDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamTerminationDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamTerminationDateBusinessCenters
constructor
A new instance of NoUnderlyingStreamTerminationDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamTerminationDateBusinessCenters
Returns a new instance of NoUnderlyingStreamTerminationDateBusinessCenters.
39942 39943 39944 39945 39946 39947 39948 |
# File 'lib/quickfix_fields.rb', line 39942 def initialize(data = nil) if( data == nil ) super(40976) else super(40976, data) end end |
Class Method Details
.field ⇒ Object
39939 39940 39941 |
# File 'lib/quickfix_fields.rb', line 39939 def NoUnderlyingStreamTerminationDateBusinessCenters.field return 40976 end |