Class: Quickfix::OpenInterest

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OpenInterest



4413
4414
4415
4416
4417
4418
4419
# File 'lib/quickfix_fields.rb', line 4413

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

Class Method Details

.fieldObject



4410
4411
4412
# File 'lib/quickfix_fields.rb', line 4410

def OpenInterest.field
  return 746
end