Class: Quickfix::LegPaymentStreamCompoundingRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamCompoundingRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRollConvention
constructor
A new instance of LegPaymentStreamCompoundingRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRollConvention
Returns a new instance of LegPaymentStreamCompoundingRollConvention.
66111 66112 66113 66114 66115 66116 66117 |
# File 'lib/quickfix_fields.rb', line 66111 def initialize(data = nil) if( data == nil ) super(42416) else super(42416, data) end end |
Class Method Details
.field ⇒ Object
66108 66109 66110 |
# File 'lib/quickfix_fields.rb', line 66108 def LegPaymentStreamCompoundingRollConvention.field return 42416 end |