Class: Quickfix::TradeAllocCurrencyCodeSource

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

Returns a new instance of TradeAllocCurrencyCodeSource.



78981
78982
78983
78984
78985
78986
78987
# File 'lib/quickfix_fields.rb', line 78981

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

Class Method Details

.fieldObject



78978
78979
78980
# File 'lib/quickfix_fields.rb', line 78978

def TradeAllocCurrencyCodeSource.field
  return 2933
end