Class: Quickfix::LegBenchmarkCurveCurrencyCodeSource

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

Instance Method Summary collapse

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