Class: Quickfix::ProvisionOptionSinglePartySellerSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionOptionSinglePartySellerSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionSinglePartySellerSide
constructor
A new instance of ProvisionOptionSinglePartySellerSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionSinglePartySellerSide
Returns a new instance of ProvisionOptionSinglePartySellerSide.
28606 28607 28608 28609 28610 28611 28612 |
# File 'lib/quickfix_fields.rb', line 28606 def initialize(data = nil) if( data == nil ) super(40100) else super(40100, data) end end |
Class Method Details
.field ⇒ Object
28603 28604 28605 |
# File 'lib/quickfix_fields.rb', line 28603 def ProvisionOptionSinglePartySellerSide.field return 40100 end |