Class: Quickfix::PreviousUnadjustedOpenInterest

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



62455
62456
62457
# File 'lib/quickfix_fields.rb', line 62455

def PreviousUnadjustedOpenInterest.field
	return 2573
end