Class: Quickfix::LegBenchmarkCurveCurrencyCodeSource

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

Returns a new instance of LegBenchmarkCurveCurrencyCodeSource.



79215
79216
79217
79218
79219
79220
79221
# File 'lib/quickfix_fields.rb', line 79215

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

Class Method Details

.fieldObject



79212
79213
79214
# File 'lib/quickfix_fields.rb', line 79212

def LegBenchmarkCurveCurrencyCodeSource.field
  return 2951
end