Class: Quickfix::DisclosureInstruction

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



23715
23716
23717
# File 'lib/quickfix_fields.rb', line 23715

def DisclosureInstruction.field
	return 1814
end