Class: Quickfix::LegUnitOfMeasureCurrencyCodeSource

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



78669
78670
78671
78672
78673
78674
78675
# File 'lib/quickfix_fields.rb', line 78669

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

Class Method Details

.fieldObject



78666
78667
78668
# File 'lib/quickfix_fields.rb', line 78666

def LegUnitOfMeasureCurrencyCodeSource.field
  return 2909
end