Class: Quickfix::LegPaymentScheduleFixingDateUnadjusted

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



32441
32442
32443
32444
32445
32446
32447
# File 'lib/quickfix_fields.rb', line 32441

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

Class Method Details

.fieldObject



32438
32439
32440
# File 'lib/quickfix_fields.rb', line 32438

def LegPaymentScheduleFixingDateUnadjusted.field
  return 40396
end