Class: Quickfix::PaymentStreamPaymentRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamPaymentRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentRollConvention
constructor
A new instance of PaymentStreamPaymentRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentRollConvention
Returns a new instance of PaymentStreamPaymentRollConvention.
37108 37109 37110 37111 37112 37113 37114 |
# File 'lib/quickfix_fields.rb', line 37108 def initialize(data = nil) if( data == nil ) super(40755) else super(40755, data) end end |
Class Method Details
.field ⇒ Object
37105 37106 37107 |
# File 'lib/quickfix_fields.rb', line 37105 def PaymentStreamPaymentRollConvention.field return 40755 end |