Class: Quickfix::MarketMakerActivity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



20361
20362
20363
# File 'lib/quickfix_fields.rb', line 20361

def MarketMakerActivity.field
	return 1655
end