Class: Quickfix::ClearingInstruction

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



6633
6634
6635
# File 'lib/quickfix_fields.rb', line 6633

def ClearingInstruction.field
	return 577
end