Class: Quickfix::MktOfferPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MktOfferPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MktOfferPx
constructor
A new instance of MktOfferPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MktOfferPx
Returns a new instance of MktOfferPx.
8703 8704 8705 8706 8707 8708 8709 |
# File 'lib/quickfix_fields.rb', line 8703 def initialize(data = nil) if( data == nil ) super(646) else super(646, data) end end |
Class Method Details
.field ⇒ Object
8700 8701 8702 |
# File 'lib/quickfix_fields.rb', line 8700 def MktOfferPx.field return 646 end |