Class: Quickfix::ProvisionOptionSinglePartySellerSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProvisionOptionSinglePartySellerSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionSinglePartySellerSide
constructor
A new instance of ProvisionOptionSinglePartySellerSide.
Constructor Details
#initialize(data = nil) ⇒ 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 |