Class: Quickfix::PaymentScheduleFixingDateAdjusted

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) ⇒ PaymentScheduleFixingDateAdjusted

Returns a new instance of PaymentScheduleFixingDateAdjusted.



38447
38448
38449
38450
38451
38452
38453
# File 'lib/quickfix_fields.rb', line 38447

def initialize(data = nil)
  if( data == nil )
    super(40858)
  else
    super(40858, data)
  end
end

Class Method Details

.fieldObject



38444
38445
38446
# File 'lib/quickfix_fields.rb', line 38444

def PaymentScheduleFixingDateAdjusted.field
  return 40858
end