Class: Quickfix::AllocRequestID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocRequestID

Returns a new instance of AllocRequestID.



76511
76512
76513
76514
76515
76516
76517
# File 'lib/quickfix_fields.rb', line 76511

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