Class: Quickfix::ComplexEventCurrencyTwoCodeSource

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

Returns a new instance of ComplexEventCurrencyTwoCodeSource.



79111
79112
79113
79114
79115
79116
79117
# File 'lib/quickfix_fields.rb', line 79111

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

Class Method Details

.fieldObject



79108
79109
79110
# File 'lib/quickfix_fields.rb', line 79108

def ComplexEventCurrencyTwoCodeSource.field
  return 2943
end