Class: Quickfix::LegPaymentScheduleFixingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleFixingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingTimeBusinessCenter
constructor
A new instance of LegPaymentScheduleFixingTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingTimeBusinessCenter
Returns a new instance of LegPaymentScheduleFixingTimeBusinessCenter.
32571 32572 32573 32574 32575 32576 32577 |
# File 'lib/quickfix_fields.rb', line 32571 def initialize(data = nil) if( data == nil ) super(40406) else super(40406, data) end end |
Class Method Details
.field ⇒ Object
32568 32569 32570 |
# File 'lib/quickfix_fields.rb', line 32568 def LegPaymentScheduleFixingTimeBusinessCenter.field return 40406 end |