Class: Quickfix::RelatedPartyDetailSubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailSubIDType

Returns a new instance of RelatedPartyDetailSubIDType.



21066
21067
21068
21069
21070
21071
21072
# File 'lib/quickfix_fields.rb', line 21066

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