Class: Quickfix::ProvisionOptionSinglePartyBuyerSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionOptionSinglePartyBuyerSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionSinglePartyBuyerSide
constructor
A new instance of ProvisionOptionSinglePartyBuyerSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionSinglePartyBuyerSide
Returns a new instance of ProvisionOptionSinglePartyBuyerSide.
28593 28594 28595 28596 28597 28598 28599 |
# File 'lib/quickfix_fields.rb', line 28593 def initialize(data = nil) if( data == nil ) super(40099) else super(40099, data) end end |
Class Method Details
.field ⇒ Object
28590 28591 28592 |
# File 'lib/quickfix_fields.rb', line 28590 def ProvisionOptionSinglePartyBuyerSide.field return 40099 end |