Class: Quickfix::BenchmarkCurveCurrencyCodeSource

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

Returns a new instance of BenchmarkCurveCurrencyCodeSource.



79202
79203
79204
79205
79206
79207
79208
# File 'lib/quickfix_fields.rb', line 79202

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

Class Method Details

.fieldObject



79199
79200
79201
# File 'lib/quickfix_fields.rb', line 79199

def BenchmarkCurveCurrencyCodeSource.field
  return 2950
end