Class: Quickfix::MarketDepthTimeInterval

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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