Class: Quickfix::LegComplexEventCurrencyTwoCodeSource

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

Returns a new instance of LegComplexEventCurrencyTwoCodeSource.



79150
79151
79152
79153
79154
79155
79156
# File 'lib/quickfix_fields.rb', line 79150

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

Class Method Details

.fieldObject



79147
79148
79149
# File 'lib/quickfix_fields.rb', line 79147

def LegComplexEventCurrencyTwoCodeSource.field
  return 2946
end