Class: Quickfix::PaymentCurrency

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

Returns a new instance of PaymentCurrency.



30114
30115
30116
30117
30118
30119
30120
# File 'lib/quickfix_fields.rb', line 30114

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

Class Method Details

.fieldObject



30111
30112
30113
# File 'lib/quickfix_fields.rb', line 30111

def PaymentCurrency.field
  return 40216
end