Class: Quickfix::OpenInterest
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ OpenInterest
4413 4414 4415 4416 4417 4418 4419 |
# File 'lib/quickfix_fields.rb', line 4413 def initialize(data = nil) if( data == nil ) super(746) else super(746, data) end end |
Class Method Details
.field ⇒ Object
4410 4411 4412 |
# File 'lib/quickfix_fields.rb', line 4410 def OpenInterest.field return 746 end |