Class: Quickfix::CrossPercent
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CrossPercent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CrossPercent
constructor
A new instance of CrossPercent.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CrossPercent
Returns a new instance of CrossPercent.
5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/quickfix_fields.rb', line 5154 def initialize(data = nil) if( data == nil ) super(413) else super(413, data) end end |
Class Method Details
.field ⇒ Object
5151 5152 5153 |
# File 'lib/quickfix_fields.rb', line 5151 def CrossPercent.field return 413 end |