Class: Quickfix::RelatedHighPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::RelatedHighPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedHighPrice
constructor
A new instance of RelatedHighPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ RelatedHighPrice
Returns a new instance of RelatedHighPrice.
23783 23784 23785 23786 23787 23788 23789 |
# File 'lib/quickfix_fields.rb', line 23783 def initialize(data = nil) if( data == nil ) super(1819) else super(1819, data) end end |
Class Method Details
.field ⇒ Object
23780 23781 23782 |
# File 'lib/quickfix_fields.rb', line 23780 def .field return 1819 end |