Class: Quickfix::PriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceType
constructor
A new instance of PriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PriceType
Returns a new instance of PriceType.
5284 5285 5286 5287 5288 5289 5290 |
# File 'lib/quickfix_fields.rb', line 5284 def initialize(data = nil) if( data == nil ) super(423) else super(423, data) end end |
Class Method Details
.field ⇒ Object
5281 5282 5283 |
# File 'lib/quickfix_fields.rb', line 5281 def PriceType.field return 423 end |