Class: Quickfix::UnderlyingPaymentStreamCompoundingFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFrequencyPeriod
constructor
A new instance of UnderlyingPaymentStreamCompoundingFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFrequencyPeriod
Returns a new instance of UnderlyingPaymentStreamCompoundingFrequencyPeriod.
72767 72768 72769 72770 72771 72772 72773 |
# File 'lib/quickfix_fields.rb', line 72767 def initialize(data = nil) if( data == nil ) super(42910) else super(42910, data) end end |
Class Method Details
.field ⇒ Object
72764 72765 72766 |
# File 'lib/quickfix_fields.rb', line 72764 def .field return 42910 end |