Class: Quickfix::PaymentStreamCompoundingRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamCompoundingRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingRollConvention
constructor
A new instance of PaymentStreamCompoundingRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingRollConvention
Returns a new instance of PaymentStreamCompoundingRollConvention.
68685 68686 68687 68688 68689 68690 68691 |
# File 'lib/quickfix_fields.rb', line 68685 def initialize(data = nil) if( data == nil ) super(42617) else super(42617, data) end end |
Class Method Details
.field ⇒ Object
68682 68683 68684 |
# File 'lib/quickfix_fields.rb', line 68682 def PaymentStreamCompoundingRollConvention.field return 42617 end |