Class: Quickfix::StatsType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StatsType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StatsType
constructor
A new instance of StatsType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StatsType
Returns a new instance of StatsType.
15684 15685 15686 15687 15688 15689 15690 |
# File 'lib/quickfix_fields.rb', line 15684 def initialize(data = nil) if( data == nil ) super(1176) else super(1176, data) end end |
Class Method Details
.field ⇒ Object
15681 15682 15683 |
# File 'lib/quickfix_fields.rb', line 15681 def StatsType.field return 1176 end |