Class: Quickfix::PaymentScheduleRateCurrency

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

Returns a new instance of PaymentScheduleRateCurrency.



44401
44402
44403
44404
44405
44406
44407
# File 'lib/quickfix_fields.rb', line 44401

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

Class Method Details

.fieldObject



44398
44399
44400
# File 'lib/quickfix_fields.rb', line 44398

def PaymentScheduleRateCurrency.field
  return 41166
end