Class: Quickfix::AllocLegRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocLegRefID

Returns a new instance of AllocLegRefID.



75991
75992
75993
75994
75995
75996
75997
# File 'lib/quickfix_fields.rb', line 75991

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