Class: Quickfix::MarketDepthTimeIntervalUnit
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MarketDepthTimeIntervalUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDepthTimeIntervalUnit
constructor
A new instance of MarketDepthTimeIntervalUnit.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
62338 62339 62340 |
# File 'lib/quickfix_fields.rb', line 62338 def MarketDepthTimeIntervalUnit.field return 2564 end |