Class: Quickfix::LegalConfirm
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegalConfirm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegalConfirm
constructor
A new instance of LegalConfirm.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegalConfirm
8755 8756 8757 8758 8759 8760 8761 |
# File 'lib/quickfix_fields.rb', line 8755 def initialize(data = nil) if( data == nil ) super(650) else super(650, data) end end |
Class Method Details
.field ⇒ Object
8752 8753 8754 |
# File 'lib/quickfix_fields.rb', line 8752 def LegalConfirm.field return 650 end |