Class: Quickfix::UnderlyingPaymentScheduleFixingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateAdjusted
constructor
A new instance of UnderlyingPaymentScheduleFixingDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateAdjusted
Returns a new instance of UnderlyingPaymentScheduleFixingDateAdjusted.
36315 36316 36317 36318 36319 36320 36321 |
# File 'lib/quickfix_fields.rb', line 36315 def initialize(data = nil) if( data == nil ) super(40694) else super(40694, data) end end |
Class Method Details
.field ⇒ Object
36312 36313 36314 |
# File 'lib/quickfix_fields.rb', line 36312 def .field return 40694 end |