Class: Quickfix::PosAmtPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PosAmtPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosAmtPrice
constructor
A new instance of PosAmtPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PosAmtPrice
Returns a new instance of PosAmtPrice.
78045 78046 78047 78048 78049 78050 78051 |
# File 'lib/quickfix_fields.rb', line 78045 def initialize(data = nil) if( data == nil ) super(2876) else super(2876, data) end end |
Class Method Details
.field ⇒ Object
78042 78043 78044 |
# File 'lib/quickfix_fields.rb', line 78042 def PosAmtPrice.field return 2876 end |