Class: Quickfix::MDMkt

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDMkt

Returns a new instance of MDMkt.



3464
3465
3466
3467
3468
3469
3470
# File 'lib/quickfix_fields.rb', line 3464

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