Class: Quickfix::EventInitiatorType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EventInitiatorType

Returns a new instance of EventInitiatorType.



77447
77448
77449
77450
77451
77452
77453
# File 'lib/quickfix_fields.rb', line 77447

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