Class: Quickfix::PosAmtPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosAmtPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosAmtPriceType
constructor
A new instance of PosAmtPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PosAmtPriceType
Returns a new instance of PosAmtPriceType.
78058 78059 78060 78061 78062 78063 78064 |
# File 'lib/quickfix_fields.rb', line 78058 def initialize(data = nil) if( data == nil ) super(2877) else super(2877, data) end end |
Class Method Details
.field ⇒ Object
78055 78056 78057 |
# File 'lib/quickfix_fields.rb', line 78055 def PosAmtPriceType.field return 2877 end |