Class: Quickfix::LegComplexEventCurrencyOneCodeSource

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

Returns a new instance of LegComplexEventCurrencyOneCodeSource.



79137
79138
79139
79140
79141
79142
79143
# File 'lib/quickfix_fields.rb', line 79137

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

Class Method Details

.fieldObject



79134
79135
79136
# File 'lib/quickfix_fields.rb', line 79134

def LegComplexEventCurrencyOneCodeSource.field
  return 2945
end