Class: Quickfix::TotalVolumeTradedDate
- Inherits:
-
UtcDateField
- Object
- UtcDateField
- Quickfix::TotalVolumeTradedDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalVolumeTradedDate
constructor
A new instance of TotalVolumeTradedDate.
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
.field ⇒ Object
6451 6452 6453 |
# File 'lib/quickfix_fields.rb', line 6451 def TotalVolumeTradedDate.field return 449 end |