Class: Quickfix::LegOfferPx
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LegOfferPx
Returns a new instance of LegOfferPx.
13838 13839 13840 13841 13842 13843 13844 |
# File 'lib/quickfix_fields.rb', line 13838 def initialize(data = nil) if( data == nil ) super(684) else super(684, data) end end |
Class Method Details
.field ⇒ Object
13835 13836 13837 |
# File 'lib/quickfix_fields.rb', line 13835 def LegOfferPx.field return 684 end |