Class: Quickfix::MarketDepthTimeInterval
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MarketDepthTimeInterval
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDepthTimeInterval
constructor
A new instance of MarketDepthTimeInterval.
Constructor Details
#initialize(data = nil) ⇒ MarketDepthTimeInterval
62328 62329 62330 62331 62332 62333 62334 |
# File 'lib/quickfix_fields.rb', line 62328 def initialize(data = nil) if( data == nil ) super(2563) else super(2563, data) end end |