Class: Quickfix::CommodityFinalPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CommodityFinalPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommodityFinalPriceType
constructor
A new instance of CommodityFinalPriceType.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
76105 76106 76107 |
# File 'lib/quickfix_fields.rb', line 76105 def CommodityFinalPriceType.field return 2736 end |