Class: Quickfix::MarketDepthTimeInterval

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

Returns a new instance of MarketDepthTimeInterval.



62328
62329
62330
62331
62332
62333
62334
# File 'lib/quickfix_fields.rb', line 62328

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

Class Method Details

.fieldObject



62325
62326
62327
# File 'lib/quickfix_fields.rb', line 62325

def MarketDepthTimeInterval.field
	return 2563
end