Class: Quickfix::UnderlyingStreamCalculationPeriodBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamCalculationPeriodBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCalculationPeriodBusinessDayConvention
constructor
A new instance of UnderlyingStreamCalculationPeriodBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCalculationPeriodBusinessDayConvention
Returns a new instance of UnderlyingStreamCalculationPeriodBusinessDayConvention.
34521 34522 34523 34524 34525 34526 34527 |
# File 'lib/quickfix_fields.rb', line 34521 def initialize(data = nil) if( data == nil ) super(40556) else super(40556, data) end end |
Class Method Details
.field ⇒ Object
34518 34519 34520 |
# File 'lib/quickfix_fields.rb', line 34518 def .field return 40556 end |