Class: Quickfix::PreviousUnadjustedOpenInterest

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PreviousUnadjustedOpenInterest

Returns a new instance of PreviousUnadjustedOpenInterest.



62458
62459
62460
62461
62462
62463
62464
# File 'lib/quickfix_fields.rb', line 62458

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