Class: Quickfix::PaymentScheduleFixingDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleFixingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDateUnadjusted
constructor
A new instance of PaymentScheduleFixingDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDateUnadjusted
Returns a new instance of PaymentScheduleFixingDateUnadjusted.
38343 38344 38345 38346 38347 38348 38349 |
# File 'lib/quickfix_fields.rb', line 38343 def initialize(data = nil) if( data == nil ) super(40850) else super(40850, data) end end |
Class Method Details
.field ⇒ Object
38340 38341 38342 |
# File 'lib/quickfix_fields.rb', line 38340 def PaymentScheduleFixingDateUnadjusted.field return 40850 end |