Class: Quickfix::NoUnderlyingStreamCalculationPeriodBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamCalculationPeriodBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamCalculationPeriodBusinessCenters
constructor
A new instance of NoUnderlyingStreamCalculationPeriodBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamCalculationPeriodBusinessCenters
Returns a new instance of NoUnderlyingStreamCalculationPeriodBusinessCenters.
39903 39904 39905 39906 39907 39908 39909 |
# File 'lib/quickfix_fields.rb', line 39903 def initialize(data = nil) if( data == nil ) super(40973) else super(40973, data) end end |
Class Method Details
.field ⇒ Object
39900 39901 39902 |
# File 'lib/quickfix_fields.rb', line 39900 def .field return 40973 end |