Class: Quickfix::LegPaymentScheduleFixingDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleFixingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateBusinessCenter
constructor
A new instance of LegPaymentScheduleFixingDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateBusinessCenter
Returns a new instance of LegPaymentScheduleFixingDateBusinessCenter.
32493 32494 32495 32496 32497 32498 32499 |
# File 'lib/quickfix_fields.rb', line 32493 def initialize(data = nil) if( data == nil ) super(40400) else super(40400, data) end end |
Class Method Details
.field ⇒ Object
32490 32491 32492 |
# File 'lib/quickfix_fields.rb', line 32490 def LegPaymentScheduleFixingDateBusinessCenter.field return 40400 end |