Class: Quickfix::NoUnderlyingStreamFirstPeriodStartDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamFirstPeriodStartDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamFirstPeriodStartDateBusinessCenters
constructor
A new instance of NoUnderlyingStreamFirstPeriodStartDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamFirstPeriodStartDateBusinessCenters
Returns a new instance of NoUnderlyingStreamFirstPeriodStartDateBusinessCenters.
39916 39917 39918 39919 39920 39921 39922 |
# File 'lib/quickfix_fields.rb', line 39916 def initialize(data = nil) if( data == nil ) super(40974) else super(40974, data) end end |
Class Method Details
.field ⇒ Object
39913 39914 39915 |
# File 'lib/quickfix_fields.rb', line 39913 def .field return 40974 end |