Class: Quickfix::TotalVolumeTradedTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotalVolumeTradedTime



6259
6260
6261
6262
6263
6264
6265
# File 'lib/quickfix_fields.rb', line 6259

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