Class: Quickfix::CurrentWorkingPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CurrentWorkingPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CurrentWorkingPrice
constructor
A new instance of CurrentWorkingPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CurrentWorkingPrice
Returns a new instance of CurrentWorkingPrice.
77551 77552 77553 77554 77555 77556 77557 |
# File 'lib/quickfix_fields.rb', line 77551 def initialize(data = nil) if( data == nil ) super(2838) else super(2838, data) end end |
Class Method Details
.field ⇒ Object
77548 77549 77550 |
# File 'lib/quickfix_fields.rb', line 77548 def CurrentWorkingPrice.field return 2838 end |