Class: Quickfix::ComplexEventQuoteBasis

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventQuoteBasis

Returns a new instance of ComplexEventQuoteBasis.



41294
41295
41296
41297
41298
41299
41300
# File 'lib/quickfix_fields.rb', line 41294

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

Class Method Details

.fieldObject



41291
41292
41293
# File 'lib/quickfix_fields.rb', line 41291

def ComplexEventQuoteBasis.field
  return 2126
end