Class: Quickfix::MarketReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketReportID

Returns a new instance of MarketReportID.



3087
3088
3089
3090
3091
3092
3093
# File 'lib/quickfix_fields.rb', line 3087

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

Class Method Details

.fieldObject



3084
3085
3086
# File 'lib/quickfix_fields.rb', line 3084

def MarketReportID.field
	return 1394
end