Class: Quickfix::UnderlyingPaymentScheduleFixingDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateUnadjusted
constructor
A new instance of UnderlyingPaymentScheduleFixingDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateUnadjusted
Returns a new instance of UnderlyingPaymentScheduleFixingDateUnadjusted.
36211 36212 36213 36214 36215 36216 36217 |
# File 'lib/quickfix_fields.rb', line 36211 def initialize(data = nil) if( data == nil ) super(40686) else super(40686, data) end end |
Class Method Details
.field ⇒ Object
36208 36209 36210 |
# File 'lib/quickfix_fields.rb', line 36208 def .field return 40686 end |