Class: Quickfix::ProvisionOptionSinglePartyBuyerSide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



28590
28591
28592
# File 'lib/quickfix_fields.rb', line 28590

def ProvisionOptionSinglePartyBuyerSide.field
	return 40099
end