Class: Quickfix::SecurityTradingEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityTradingEvent

Returns a new instance of SecurityTradingEvent.



15658
15659
15660
15661
15662
15663
15664
# File 'lib/quickfix_fields.rb', line 15658

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