Class: Quickfix::MarketDepthTimeIntervalUnit

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

Returns a new instance of MarketDepthTimeIntervalUnit.



62341
62342
62343
62344
62345
62346
62347
# File 'lib/quickfix_fields.rb', line 62341

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

Class Method Details

.fieldObject



62338
62339
62340
# File 'lib/quickfix_fields.rb', line 62338

def MarketDepthTimeIntervalUnit.field
  return 2564
end