Class: Quickfix::QuoteStatusReqID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteStatusReqID

Returns a new instance of QuoteStatusReqID.



8742
8743
8744
8745
8746
8747
8748
# File 'lib/quickfix_fields.rb', line 8742

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