Class: Quickfix::UnderlyingPaymentScheduleCurrency

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

Returns a new instance of UnderlyingPaymentScheduleCurrency.



36029
36030
36031
36032
36033
36034
36035
# File 'lib/quickfix_fields.rb', line 36029

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

Class Method Details

.fieldObject



36026
36027
36028
# File 'lib/quickfix_fields.rb', line 36026

def UnderlyingPaymentScheduleCurrency.field
  return 40672
end