Class: Quickfix::TotalVolumeTradedDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcDateField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TotalVolumeTradedDate

Returns a new instance of TotalVolumeTradedDate.



6246
6247
6248
6249
6250
6251
6252
# File 'lib/quickfix_fields.rb', line 6246

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

Class Method Details

.fieldObject



6243
6244
6245
# File 'lib/quickfix_fields.rb', line 6243

def TotalVolumeTradedDate.field
  return 449
end