Class: Quickfix::OrigStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OrigStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrigStrikePrice
constructor
A new instance of OrigStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OrigStrikePrice
Returns a new instance of OrigStrikePrice.
62523 62524 62525 62526 62527 62528 62529 |
# File 'lib/quickfix_fields.rb', line 62523 def initialize(data = nil) if( data == nil ) super(2578) else super(2578, data) end end |
Class Method Details
.field ⇒ Object
62520 62521 62522 |
# File 'lib/quickfix_fields.rb', line 62520 def OrigStrikePrice.field return 2578 end |