Class: Quickfix::LegProtectionTermBuyerNotifies
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegProtectionTermBuyerNotifies
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermBuyerNotifies
constructor
A new instance of LegProtectionTermBuyerNotifies.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermBuyerNotifies
Returns a new instance of LegProtectionTermBuyerNotifies.
50836 50837 50838 50839 50840 50841 50842 |
# File 'lib/quickfix_fields.rb', line 50836 def initialize(data = nil) if( data == nil ) super(41621) else super(41621, data) end end |
Class Method Details
.field ⇒ Object
50833 50834 50835 |
# File 'lib/quickfix_fields.rb', line 50833 def LegProtectionTermBuyerNotifies.field return 41621 end |