Class: Quickfix::ComplexEventCurrencyOne

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

Returns a new instance of ComplexEventCurrencyOne.



41268
41269
41270
41271
41272
41273
41274
# File 'lib/quickfix_fields.rb', line 41268

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

Class Method Details

.fieldObject



41265
41266
41267
# File 'lib/quickfix_fields.rb', line 41265

def ComplexEventCurrencyOne.field
  return 2124
end