Class: Quickfix::NoUnderlyingProvisionPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProvisionPartyIDs

Returns a new instance of NoUnderlyingProvisionPartyIDs.



60079
60080
60081
60082
60083
60084
60085
# File 'lib/quickfix_fields.rb', line 60079

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