Class: Quickfix::LegPaymentScheduleInterimExchangePaymentDateRelativeTo

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

Returns a new instance of LegPaymentScheduleInterimExchangePaymentDateRelativeTo.



32584
32585
32586
32587
32588
32589
32590
# File 'lib/quickfix_fields.rb', line 32584

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

Class Method Details

.fieldObject



32581
32582
32583
# File 'lib/quickfix_fields.rb', line 32581

def LegPaymentScheduleInterimExchangePaymentDateRelativeTo.field
  return 40407
end