Class: Quickfix::DerivativePutOrCall
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativePutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativePutOrCall
constructor
A new instance of DerivativePutOrCall.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
17540 17541 17542 |
# File 'lib/quickfix_fields.rb', line 17540 def DerivativePutOrCall.field return 1323 end |