Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod.
72884 72885 72886 72887 72888 72889 72890 |
# File 'lib/quickfix_fields.rb', line 72884 def initialize(data = nil) if( data == nil ) super(42919) else super(42919, data) end end |
Class Method Details
.field ⇒ Object
72881 72882 72883 |
# File 'lib/quickfix_fields.rb', line 72881 def .field return 42919 end |