Class: Quickfix::LegPaymentScheduleFixingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleFixingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateAdjusted
constructor
A new instance of LegPaymentScheduleFixingDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateAdjusted
Returns a new instance of LegPaymentScheduleFixingDateAdjusted.
32545 32546 32547 32548 32549 32550 32551 |
# File 'lib/quickfix_fields.rb', line 32545 def initialize(data = nil) if( data == nil ) super(40404) else super(40404, data) end end |
Class Method Details
.field ⇒ Object
32542 32543 32544 |
# File 'lib/quickfix_fields.rb', line 32542 def LegPaymentScheduleFixingDateAdjusted.field return 40404 end |