Class: Quickfix::LegPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPrice
constructor
A new instance of LegPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPrice
Returns a new instance of LegPrice.
7715 7716 7717 7718 7719 7720 7721 |
# File 'lib/quickfix_fields.rb', line 7715 def initialize(data = nil) if( data == nil ) super(566) else super(566, data) end end |
Class Method Details
.field ⇒ Object
7712 7713 7714 |
# File 'lib/quickfix_fields.rb', line 7712 def LegPrice.field return 566 end |