Class: Quickfix::MidYield
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MidYield
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MidYield
constructor
A new instance of MidYield.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MidYield
Returns a new instance of MidYield.
8534 8535 8536 8537 8538 8539 8540 |
# File 'lib/quickfix_fields.rb', line 8534 def initialize(data = nil) if( data == nil ) super(633) else super(633, data) end end |
Class Method Details
.field ⇒ Object
8531 8532 8533 |
# File 'lib/quickfix_fields.rb', line 8531 def MidYield.field return 633 end |