Class: Quickfix::MarketDepthTimeIntervalUnit

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

Instance Method Summary collapse

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