Class: Quickfix::MarketMakerActivity

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketMakerActivity

Returns a new instance of MarketMakerActivity.



20364
20365
20366
20367
20368
20369
20370
# File 'lib/quickfix_fields.rb', line 20364

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