Class: Quickfix::ProtectionTermSellerNotifies
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ProtectionTermSellerNotifies
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermSellerNotifies
constructor
A new instance of ProtectionTermSellerNotifies.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermSellerNotifies
Returns a new instance of ProtectionTermSellerNotifies.
29698 29699 29700 29701 29702 29703 29704 |
# File 'lib/quickfix_fields.rb', line 29698 def initialize(data = nil) if( data == nil ) super(40184) else super(40184, data) end end |
Class Method Details
.field ⇒ Object
29695 29696 29697 |
# File 'lib/quickfix_fields.rb', line 29695 def ProtectionTermSellerNotifies.field return 40184 end |