Class: Quickfix::UnderlyingProtectionTermSellerNotifies
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingProtectionTermSellerNotifies
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermSellerNotifies
constructor
A new instance of UnderlyingProtectionTermSellerNotifies.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermSellerNotifies
Returns a new instance of UnderlyingProtectionTermSellerNotifies.
58753 58754 58755 58756 58757 58758 58759 |
# File 'lib/quickfix_fields.rb', line 58753 def initialize(data = nil) if( data == nil ) super(42071) else super(42071, data) end end |
Class Method Details
.field ⇒ Object
58750 58751 58752 |
# File 'lib/quickfix_fields.rb', line 58750 def .field return 42071 end |