Class: Quickfix::MDMkt

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDMkt

Returns a new instance of MDMkt.



11108
11109
11110
11111
11112
11113
11114
# File 'lib/quickfix_fields.rb', line 11108

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

Class Method Details

.fieldObject



11105
11106
11107
# File 'lib/quickfix_fields.rb', line 11105

def MDMkt.field
	return 275
end