Class: Quickfix::PegPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PegPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegPriceType
constructor
A new instance of PegPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PegPriceType
14618 14619 14620 14621 14622 14623 14624 |
# File 'lib/quickfix_fields.rb', line 14618 def initialize(data = nil) if( data == nil ) super(1094) else super(1094, data) end end |
Class Method Details
.field ⇒ Object
14615 14616 14617 |
# File 'lib/quickfix_fields.rb', line 14615 def PegPriceType.field return 1094 end |