Class: Quickfix::LegOfferPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegOfferPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOfferPx
constructor
A new instance of LegOfferPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegOfferPx
Returns a new instance of LegOfferPx.
9418 9419 9420 9421 9422 9423 9424 |
# File 'lib/quickfix_fields.rb', line 9418 def initialize(data = nil) if( data == nil ) super(684) else super(684, data) end end |
Class Method Details
.field ⇒ Object
9415 9416 9417 |
# File 'lib/quickfix_fields.rb', line 9415 def LegOfferPx.field return 684 end |