Class: Quickfix::PaymentStreamMaximumTransactionCurrency

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

Returns a new instance of PaymentStreamMaximumTransactionCurrency.



44661
44662
44663
44664
44665
44666
44667
# File 'lib/quickfix_fields.rb', line 44661

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

Class Method Details

.fieldObject



44658
44659
44660
# File 'lib/quickfix_fields.rb', line 44658

def PaymentStreamMaximumTransactionCurrency.field
  return 41186
end