Class: Quickfix::MarketUpdateAction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketUpdateAction

Returns a new instance of MarketUpdateAction.



17686
17687
17688
17689
17690
17691
17692
# File 'lib/quickfix_fields.rb', line 17686

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