Class: Quickfix::NoClearingInstructions

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoClearingInstructions

Returns a new instance of NoClearingInstructions.



8261
8262
8263
8264
8265
8266
8267
# File 'lib/quickfix_fields.rb', line 8261

def initialize(data = nil)
	if( data == nil )
		super(576)
	else
		super(576, data)
	end
end

Class Method Details

.fieldObject



8258
8259
8260
# File 'lib/quickfix_fields.rb', line 8258

def NoClearingInstructions.field
	return 576
end