Class: Quickfix::LimitAmtCurrencyCodeSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LimitAmtCurrencyCodeSource

Returns a new instance of LimitAmtCurrencyCodeSource.



79007
79008
79009
79010
79011
79012
79013
# File 'lib/quickfix_fields.rb', line 79007

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