Class: Quickfix::RelatedPartyDetailAltSubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailAltSubIDType

Returns a new instance of RelatedPartyDetailAltSubIDType.



21144
21145
21146
21147
21148
21149
21150
# File 'lib/quickfix_fields.rb', line 21144

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