Class: Quickfix::LegProvisionPartySubIDType

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

Returns a new instance of LegProvisionPartySubIDType.



34300
34301
34302
34303
34304
34305
34306
# File 'lib/quickfix_fields.rb', line 34300

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

Class Method Details

.fieldObject



34297
34298
34299
# File 'lib/quickfix_fields.rb', line 34297

def LegProvisionPartySubIDType.field
	return 40539
end