Class: Quickfix::UnderlyingProvisionOptionSinglePartyBuyerSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionOptionSinglePartyBuyerSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionSinglePartyBuyerSide
constructor
A new instance of UnderlyingProvisionOptionSinglePartyBuyerSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionSinglePartyBuyerSide
Returns a new instance of UnderlyingProvisionOptionSinglePartyBuyerSide.
59871 59872 59873 59874 59875 59876 59877 |
# File 'lib/quickfix_fields.rb', line 59871 def initialize(data = nil) if( data == nil ) super(42157) else super(42157, data) end end |
Class Method Details
.field ⇒ Object
59868 59869 59870 |
# File 'lib/quickfix_fields.rb', line 59868 def .field return 42157 end |