Class: Quickfix::UnderlyingPaymentScheduleFixedCurrency

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

Returns a new instance of UnderlyingPaymentScheduleFixedCurrency.



36120
36121
36122
36123
36124
36125
36126
# File 'lib/quickfix_fields.rb', line 36120

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

Class Method Details

.fieldObject



36117
36118
36119
# File 'lib/quickfix_fields.rb', line 36117

def UnderlyingPaymentScheduleFixedCurrency.field
  return 40679
end