Class: Quickfix::DisclosureInstruction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DisclosureInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisclosureInstruction
constructor
A new instance of DisclosureInstruction.
Methods inherited from IntField
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
.field ⇒ Object
23715 23716 23717 |
# File 'lib/quickfix_fields.rb', line 23715 def DisclosureInstruction.field return 1814 end |