Class: Quickfix::NoUnderlyingProvisionPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProvisionPartySubIDs

Returns a new instance of NoUnderlyingProvisionPartySubIDs.



60144
60145
60146
60147
60148
60149
60150
# File 'lib/quickfix_fields.rb', line 60144

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