Class: Quickfix::PreviousUnadjustedOpenInterest
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PreviousUnadjustedOpenInterest
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PreviousUnadjustedOpenInterest
constructor
A new instance of PreviousUnadjustedOpenInterest.
Constructor Details
#initialize(data = nil) ⇒ PreviousUnadjustedOpenInterest
Returns a new instance of PreviousUnadjustedOpenInterest.
62458 62459 62460 62461 62462 62463 62464 |
# File 'lib/quickfix_fields.rb', line 62458 def initialize(data = nil) if( data == nil ) super(2573) else super(2573, data) end end |