Class: Quickfix::PeggedRefPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PeggedRefPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PeggedRefPrice
constructor
A new instance of PeggedRefPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PeggedRefPrice
Returns a new instance of PeggedRefPrice.
14631 14632 14633 14634 14635 14636 14637 |
# File 'lib/quickfix_fields.rb', line 14631 def initialize(data = nil) if( data == nil ) super(1095) else super(1095, data) end end |
Class Method Details
.field ⇒ Object
14628 14629 14630 |
# File 'lib/quickfix_fields.rb', line 14628 def PeggedRefPrice.field return 1095 end |