Class: Quickfix::PaymentStreamCompoundingDatesBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamCompoundingDatesBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingDatesBusinessCenter
constructor
A new instance of PaymentStreamCompoundingDatesBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingDatesBusinessCenter
Returns a new instance of PaymentStreamCompoundingDatesBusinessCenter.
68737 68738 68739 68740 68741 68742 68743 |
# File 'lib/quickfix_fields.rb', line 68737 def initialize(data = nil) if( data == nil ) super(42621) else super(42621, data) end end |
Class Method Details
.field ⇒ Object
68734 68735 68736 |
# File 'lib/quickfix_fields.rb', line 68734 def PaymentStreamCompoundingDatesBusinessCenter.field return 42621 end |