Class: Quickfix::AdjustmentType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AdjustmentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdjustmentType
constructor
A new instance of AdjustmentType.
Constructor Details
#initialize(data = nil) ⇒ AdjustmentType
Returns a new instance of AdjustmentType.
4790 4791 4792 4793 4794 4795 4796 |
# File 'lib/quickfix_fields.rb', line 4790 def initialize(data = nil) if( data == nil ) super(718) else super(718, data) end end |
Class Method Details
.field ⇒ Object
4787 4788 4789 |
# File 'lib/quickfix_fields.rb', line 4787 def AdjustmentType.field return 718 end |