Class: Quickfix::LegPaymentScheduleFixingDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateRelativeTo

Returns a new instance of LegPaymentScheduleFixingDateRelativeTo.



32467
32468
32469
32470
32471
32472
32473
# File 'lib/quickfix_fields.rb', line 32467

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

Class Method Details

.fieldObject



32464
32465
32466
# File 'lib/quickfix_fields.rb', line 32464

def LegPaymentScheduleFixingDateRelativeTo.field
  return 40398
end