Class: Quickfix::UnderlyingPaymentScheduleRateCurrency

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

Returns a new instance of UnderlyingPaymentScheduleRateCurrency.



54762
54763
54764
54765
54766
54767
54768
# File 'lib/quickfix_fields.rb', line 54762

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

Class Method Details

.fieldObject



54759
54760
54761
# File 'lib/quickfix_fields.rb', line 54759

def UnderlyingPaymentScheduleRateCurrency.field
  return 41883
end