Class: Quickfix::SecurityTradingEvent

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityTradingEvent

Returns a new instance of SecurityTradingEvent.



16282
16283
16284
16285
16286
16287
16288
# File 'lib/quickfix_fields.rb', line 16282

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

Class Method Details

.fieldObject



16279
16280
16281
# File 'lib/quickfix_fields.rb', line 16279

def SecurityTradingEvent.field
	return 1174
end