Class: Quickfix::DisclosureInstruction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DisclosureInstruction

Returns a new instance of DisclosureInstruction.



23718
23719
23720
23721
23722
23723
23724
# File 'lib/quickfix_fields.rb', line 23718

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