Class: Quickfix::LimitAmtCurrencyCodeSource

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

Class Method Details

.fieldObject



79004
79005
79006
# File 'lib/quickfix_fields.rb', line 79004

def LimitAmtCurrencyCodeSource.field
  return 2935
end