Class: Quickfix::AveragePriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AveragePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AveragePriceType
constructor
A new instance of AveragePriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AveragePriceType
Returns a new instance of AveragePriceType.
76576 76577 76578 76579 76580 76581 76582 |
# File 'lib/quickfix_fields.rb', line 76576 def initialize(data = nil) if( data == nil ) super(2763) else super(2763, data) end end |
Class Method Details
.field ⇒ Object
76573 76574 76575 |
# File 'lib/quickfix_fields.rb', line 76573 def AveragePriceType.field return 2763 end |