Class: Quickfix::UnderlyingComplexEventCurrencyTwoCodeSource

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

Returns a new instance of UnderlyingComplexEventCurrencyTwoCodeSource.



79189
79190
79191
79192
79193
79194
79195
# File 'lib/quickfix_fields.rb', line 79189

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

Class Method Details

.fieldObject



79186
79187
79188
# File 'lib/quickfix_fields.rb', line 79186

def UnderlyingComplexEventCurrencyTwoCodeSource.field
  return 2949
end