Class: Quickfix::MarketReportID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ MarketReportID

Returns a new instance of MarketReportID.



162116
162117
162118
162119
162120
162121
162122
# File 'ext/quickfix/QuickfixRuby.cpp', line 162116

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

Class Method Details

.fieldObject



18281
18282
18283
# File 'lib/quickfix_fields.rb', line 18281

def MarketReportID.field
	return 1394
end