Class: Quickfix::DerivativePutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativePutOrCall
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativePutOrCall
constructor
A new instance of DerivativePutOrCall.
Constructor Details
#initialize(data = nil) ⇒ DerivativePutOrCall
Returns a new instance of DerivativePutOrCall.
17543 17544 17545 17546 17547 17548 17549 |
# File 'lib/quickfix_fields.rb', line 17543 def initialize(data = nil) if( data == nil ) super(1323) else super(1323, data) end end |