Class: Quickfix::LegPaymentScheduleFixingDateAdjusted

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

Returns a new instance of LegPaymentScheduleFixingDateAdjusted.



32545
32546
32547
32548
32549
32550
32551
# File 'lib/quickfix_fields.rb', line 32545

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

Class Method Details

.fieldObject



32542
32543
32544
# File 'lib/quickfix_fields.rb', line 32542

def LegPaymentScheduleFixingDateAdjusted.field
  return 40404
end