Class: Quickfix::ParentAllocID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ParentAllocID

Returns a new instance of ParentAllocID.



21872
21873
21874
21875
21876
21877
21878
# File 'lib/quickfix_fields.rb', line 21872

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