Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionCurrency

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

Returns a new instance of UnderlyingPaymentStreamMaximumTransactionCurrency.



55022
55023
55024
55025
55026
55027
55028
# File 'lib/quickfix_fields.rb', line 55022

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

Class Method Details

.fieldObject



55019
55020
55021
# File 'lib/quickfix_fields.rb', line 55019

def UnderlyingPaymentStreamMaximumTransactionCurrency.field
  return 41903
end