Class: Quickfix::MarketDepthTimeIntervalUnit
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MarketDepthTimeIntervalUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDepthTimeIntervalUnit
constructor
A new instance of MarketDepthTimeIntervalUnit.
Constructor Details
#initialize(data = nil) ⇒ MarketDepthTimeIntervalUnit
Returns a new instance of MarketDepthTimeIntervalUnit.
62341 62342 62343 62344 62345 62346 62347 |
# File 'lib/quickfix_fields.rb', line 62341 def initialize(data = nil) if( data == nil ) super(2564) else super(2564, data) end end |