Class: Quickfix::PaymentPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentPrice
constructor
A new instance of PaymentPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentPrice
Returns a new instance of PaymentPrice.
30140 30141 30142 30143 30144 30145 30146 |
# File 'lib/quickfix_fields.rb', line 30140 def initialize(data = nil) if( data == nil ) super(40218) else super(40218, data) end end |
Class Method Details
.field ⇒ Object
30137 30138 30139 |
# File 'lib/quickfix_fields.rb', line 30137 def PaymentPrice.field return 40218 end |