Class: Quickfix::ClearingInstruction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ClearingInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
6636 6637 6638 6639 6640 6641 6642 |
# File 'lib/quickfix_fields.rb', line 6636 def initialize(data = nil) if( data == nil ) super(577) else super(577, data) end end |
Class Method Details
.field ⇒ Object
6633 6634 6635 |
# File 'lib/quickfix_fields.rb', line 6633 def ClearingInstruction.field return 577 end |