Class: Quickfix::LegPaymentStreamCompoundingDatesBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamCompoundingDatesBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDatesBusinessCenter
constructor
A new instance of LegPaymentStreamCompoundingDatesBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDatesBusinessCenter
Returns a new instance of LegPaymentStreamCompoundingDatesBusinessCenter.
66163 66164 66165 66166 66167 66168 66169 |
# File 'lib/quickfix_fields.rb', line 66163 def initialize(data = nil) if( data == nil ) super(42420) else super(42420, data) end end |
Class Method Details
.field ⇒ Object
66160 66161 66162 |
# File 'lib/quickfix_fields.rb', line 66160 def LegPaymentStreamCompoundingDatesBusinessCenter.field return 42420 end |