Class: Quickfix::UnderlyingPaymentStreamCompoundingRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRollConvention
constructor
A new instance of UnderlyingPaymentStreamCompoundingRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRollConvention
Returns a new instance of UnderlyingPaymentStreamCompoundingRollConvention.
72793 72794 72795 72796 72797 72798 72799 |
# File 'lib/quickfix_fields.rb', line 72793 def initialize(data = nil) if( data == nil ) super(42912) else super(42912, data) end end |
Class Method Details
.field ⇒ Object
72790 72791 72792 |
# File 'lib/quickfix_fields.rb', line 72790 def UnderlyingPaymentStreamCompoundingRollConvention.field return 42912 end |