Class: Quickfix::UnderlyingProvisionOptionSinglePartySellerSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionOptionSinglePartySellerSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionSinglePartySellerSide
constructor
A new instance of UnderlyingProvisionOptionSinglePartySellerSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionSinglePartySellerSide
Returns a new instance of UnderlyingProvisionOptionSinglePartySellerSide.
59884 59885 59886 59887 59888 59889 59890 |
# File 'lib/quickfix_fields.rb', line 59884 def initialize(data = nil) if( data == nil ) super(42158) else super(42158, data) end end |
Class Method Details
.field ⇒ Object
59881 59882 59883 |
# File 'lib/quickfix_fields.rb', line 59881 def .field return 42158 end |