Class: Quickfix::LegVersusPurchasePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegVersusPurchasePrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegVersusPurchasePrice
constructor
A new instance of LegVersusPurchasePrice.
Constructor Details
#initialize(data = nil) ⇒ LegVersusPurchasePrice
Returns a new instance of LegVersusPurchasePrice.
22990 22991 22992 22993 22994 22995 22996 |
# File 'lib/quickfix_fields.rb', line 22990 def initialize(data = nil) if( data == nil ) super(1758) else super(1758, data) end end |