Class: Quickfix::PaymentStreamRateOrAmountCurrency

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

Returns a new instance of PaymentStreamRateOrAmountCurrency.



37511
37512
37513
37514
37515
37516
37517
# File 'lib/quickfix_fields.rb', line 37511

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

Class Method Details

.fieldObject



37508
37509
37510
# File 'lib/quickfix_fields.rb', line 37508

def PaymentStreamRateOrAmountCurrency.field
  return 40786
end