Class: Quickfix::Adjustment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Adjustment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Adjustment
constructor
A new instance of Adjustment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Adjustment
Returns a new instance of Adjustment.
4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/quickfix_fields.rb', line 4231 def initialize(data = nil) if( data == nil ) super(334) else super(334, data) end end |
Class Method Details
.field ⇒ Object
4228 4229 4230 |
# File 'lib/quickfix_fields.rb', line 4228 def Adjustment.field return 334 end |