Class: Quickfix::NoUnderlyingProvisionPartySubIDs

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

Class Method Details

.fieldObject



60141
60142
60143
# File 'lib/quickfix_fields.rb', line 60141

def NoUnderlyingProvisionPartySubIDs.field
	return 42177
end