Class: Quickfix::UnderlyingProvisionOptionSinglePartyBuyerSide

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) ⇒ 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

.fieldObject



59868
59869
59870
# File 'lib/quickfix_fields.rb', line 59868

def UnderlyingProvisionOptionSinglePartyBuyerSide.field
	return 42157
end