Class: Quickfix::UnderlyingProvisionOptionSinglePartySellerSide

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

Instance Method Summary collapse

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