Class: Quickfix::DisclosureType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DisclosureType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisclosureType
constructor
A new instance of DisclosureType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DisclosureType
Returns a new instance of DisclosureType.
23705 23706 23707 23708 23709 23710 23711 |
# File 'lib/quickfix_fields.rb', line 23705 def initialize(data = nil) if( data == nil ) super(1813) else super(1813, data) end end |
Class Method Details
.field ⇒ Object
23702 23703 23704 |
# File 'lib/quickfix_fields.rb', line 23702 def DisclosureType.field return 1813 end |