Class: Quickfix::RelativeValueType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RelativeValueType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelativeValueType
constructor
A new instance of RelativeValueType.
Constructor Details
#initialize(data = nil) ⇒ RelativeValueType
Returns a new instance of RelativeValueType.
61886 61887 61888 61889 61890 61891 61892 |
# File 'lib/quickfix_fields.rb', line 61886 def initialize(data = nil) if( data == nil ) super(2530) else super(2530, data) end end |