Class: Quickfix::ClearingInstruction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ClearingInstruction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingInstruction
constructor
A new instance of ClearingInstruction.
Constructor Details
#initialize(data = nil) ⇒ ClearingInstruction
Returns a new instance of ClearingInstruction.
7858 7859 7860 7861 7862 7863 7864 |
# File 'lib/quickfix_fields.rb', line 7858 def initialize(data = nil) if( data == nil ) super(577) else super(577, data) end end |