Class: Quickfix::UnderlyingProvisionOptionSinglePartySellerSide

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

Returns a new instance of UnderlyingProvisionOptionSinglePartySellerSide.



59884
59885
59886
59887
59888
59889
59890
# File 'lib/quickfix_fields.rb', line 59884

def initialize(data = nil)
	if( data == nil )
		super(42158)
	else
		super(42158, data)
	end
end

Class Method Details

.fieldObject



59881
59882
59883
# File 'lib/quickfix_fields.rb', line 59881

def UnderlyingProvisionOptionSinglePartySellerSide.field
	return 42158
end