Class: Quickfix::LegPaymentScheduleInterimExchangeDatesOffsetUnit

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

Returns a new instance of LegPaymentScheduleInterimExchangeDatesOffsetUnit.



32636
32637
32638
32639
32640
32641
32642
# File 'lib/quickfix_fields.rb', line 32636

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

Class Method Details

.fieldObject



32633
32634
32635
# File 'lib/quickfix_fields.rb', line 32633

def LegPaymentScheduleInterimExchangeDatesOffsetUnit.field
  return 40411
end