Class: Quickfix::LegOfferPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegOfferPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOfferPx
constructor
A new instance of LegOfferPx.
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 |