Class: Quickfix::PaymentScheduleFixingDateUnadjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



38340
38341
38342
# File 'lib/quickfix_fields.rb', line 38340

def PaymentScheduleFixingDateUnadjusted.field
  return 40850
end