Class: Quickfix::UnderlyingComplexEventCurrencyOneCodeSource

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

Returns a new instance of UnderlyingComplexEventCurrencyOneCodeSource.



79176
79177
79178
79179
79180
79181
79182
# File 'lib/quickfix_fields.rb', line 79176

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

Class Method Details

.fieldObject



79173
79174
79175
# File 'lib/quickfix_fields.rb', line 79173

def UnderlyingComplexEventCurrencyOneCodeSource.field
  return 2948
end