Class: Quickfix::UnderlyingProtectionTermBuyerNotifies
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingProtectionTermBuyerNotifies
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermBuyerNotifies
constructor
A new instance of UnderlyingProtectionTermBuyerNotifies.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermBuyerNotifies
Returns a new instance of UnderlyingProtectionTermBuyerNotifies.
58766 58767 58768 58769 58770 58771 58772 |
# File 'lib/quickfix_fields.rb', line 58766 def initialize(data = nil) if( data == nil ) super(42072) else super(42072, data) end end |
Class Method Details
.field ⇒ Object
58763 58764 58765 |
# File 'lib/quickfix_fields.rb', line 58763 def .field return 42072 end |