Class: Quickfix::TotalVolumeTradedTime
- Inherits:
-
UtcTimeOnlyField
- Object
- UtcTimeOnlyField
- Quickfix::TotalVolumeTradedTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalVolumeTradedTime
constructor
A new instance of TotalVolumeTradedTime.
Constructor Details
#initialize(data = nil) ⇒ TotalVolumeTradedTime
Returns a new instance of TotalVolumeTradedTime.
3971 3972 3973 3974 3975 3976 3977 |
# File 'lib/quickfix_fields.rb', line 3971 def initialize(data = nil) if( data == nil ) super(450) else super(450, data) end end |
Class Method Details
.field ⇒ Object
3968 3969 3970 |
# File 'lib/quickfix_fields.rb', line 3968 def TotalVolumeTradedTime.field return 450 end |