Class: Quickfix::NoStatsIndicators
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoStatsIndicators
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStatsIndicators
constructor
A new instance of NoStatsIndicators.
Constructor Details
#initialize(data = nil) ⇒ NoStatsIndicators
Returns a new instance of NoStatsIndicators.
9431 9432 9433 9434 9435 9436 9437 |
# File 'lib/quickfix_fields.rb', line 9431 def initialize(data = nil) if( data == nil ) super(1175) else super(1175, data) end end |
Class Method Details
.field ⇒ Object
9428 9429 9430 |
# File 'lib/quickfix_fields.rb', line 9428 def NoStatsIndicators.field return 1175 end |