Class: Quickfix::LegProtectionTermSellerNotifies
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegProtectionTermSellerNotifies
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermSellerNotifies
constructor
A new instance of LegProtectionTermSellerNotifies.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermSellerNotifies
Returns a new instance of LegProtectionTermSellerNotifies.
50823 50824 50825 50826 50827 50828 50829 |
# File 'lib/quickfix_fields.rb', line 50823 def initialize(data = nil) if( data == nil ) super(41620) else super(41620, data) end end |
Class Method Details
.field ⇒ Object
50820 50821 50822 |
# File 'lib/quickfix_fields.rb', line 50820 def LegProtectionTermSellerNotifies.field return 41620 end |