Class: Quickfix::PaymentScheduleInterimExchangeDatesOffsetUnit

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

Returns a new instance of PaymentScheduleInterimExchangeDatesOffsetUnit.



38538
38539
38540
38541
38542
38543
38544
# File 'lib/quickfix_fields.rb', line 38538

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

Class Method Details

.fieldObject



38535
38536
38537
# File 'lib/quickfix_fields.rb', line 38535

def PaymentScheduleInterimExchangeDatesOffsetUnit.field
  return 40865
end