Class: Quickfix::PriceMarkup
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PriceMarkup
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceMarkup
constructor
A new instance of PriceMarkup.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PriceMarkup
Returns a new instance of PriceMarkup.
76563 76564 76565 76566 76567 76568 76569 |
# File 'lib/quickfix_fields.rb', line 76563 def initialize(data = nil) if( data == nil ) super(2762) else super(2762, data) end end |
Class Method Details
.field ⇒ Object
76560 76561 76562 |
# File 'lib/quickfix_fields.rb', line 76560 def PriceMarkup.field return 2762 end |