Class: Quickfix::RelativeValueSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelativeValueSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelativeValueSide
constructor
A new instance of RelativeValueSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelativeValueSide
Returns a new instance of RelativeValueSide.
61912 61913 61914 61915 61916 61917 61918 |
# File 'lib/quickfix_fields.rb', line 61912 def initialize(data = nil) if( data == nil ) super(2532) else super(2532, data) end end |
Class Method Details
.field ⇒ Object
61909 61910 61911 |
# File 'lib/quickfix_fields.rb', line 61909 def RelativeValueSide.field return 2532 end |