Class: Quickfix::OpenInterest
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OpenInterest
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OpenInterest
constructor
A new instance of OpenInterest.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OpenInterest
Returns a new instance of OpenInterest.
10211 10212 10213 10214 10215 10216 10217 |
# File 'lib/quickfix_fields.rb', line 10211 def initialize(data = nil) if( data == nil ) super(746) else super(746, data) end end |
Class Method Details
.field ⇒ Object
10208 10209 10210 |
# File 'lib/quickfix_fields.rb', line 10208 def OpenInterest.field return 746 end |