Class: Quickfix::CommodityFinalPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CommodityFinalPriceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommodityFinalPriceType
constructor
A new instance of CommodityFinalPriceType.
Constructor Details
#initialize(data = nil) ⇒ CommodityFinalPriceType
Returns a new instance of CommodityFinalPriceType.
76108 76109 76110 76111 76112 76113 76114 |
# File 'lib/quickfix_fields.rb', line 76108 def initialize(data = nil) if( data == nil ) super(2736) else super(2736, data) end end |