Class: Quickfix::PartyDetailSubIDType

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

Returns a new instance of PartyDetailSubIDType.



21534
21535
21536
21537
21538
21539
21540
# File 'lib/quickfix_fields.rb', line 21534

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

Class Method Details

.fieldObject



21531
21532
21533
# File 'lib/quickfix_fields.rb', line 21531

def PartyDetailSubIDType.field
	return 1696
end