Class: Quickfix::NoDisclosureInstructions

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDisclosureInstructions

Returns a new instance of NoDisclosureInstructions.



23692
23693
23694
23695
23696
23697
23698
# File 'lib/quickfix_fields.rb', line 23692

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