Class: Quickfix::ProtectionTermBuyerNotifies
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ProtectionTermBuyerNotifies
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermBuyerNotifies
constructor
A new instance of ProtectionTermBuyerNotifies.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermBuyerNotifies
Returns a new instance of ProtectionTermBuyerNotifies.
29711 29712 29713 29714 29715 29716 29717 |
# File 'lib/quickfix_fields.rb', line 29711 def initialize(data = nil) if( data == nil ) super(40185) else super(40185, data) end end |
Class Method Details
.field ⇒ Object
29708 29709 29710 |
# File 'lib/quickfix_fields.rb', line 29708 def ProtectionTermBuyerNotifies.field return 40185 end |