Class: Quickfix::MarketReportID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketReportID

Returns a new instance of MarketReportID.



17673
17674
17675
17676
17677
17678
17679
# File 'lib/quickfix_fields.rb', line 17673

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