Class: Quickfix::TotalVolumeTradedDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotalVolumeTradedDate

Returns a new instance of TotalVolumeTradedDate.



6454
6455
6456
6457
6458
6459
6460
# File 'lib/quickfix_fields.rb', line 6454

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

Class Method Details

.fieldObject



6451
6452
6453
# File 'lib/quickfix_fields.rb', line 6451

def TotalVolumeTradedDate.field
	return 449
end