Class: Quickfix::DisclosureInstruction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DisclosureInstruction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisclosureInstruction
constructor
A new instance of DisclosureInstruction.
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 |