Class: Quickfix::EventInitiatorType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

Class Method Details

.fieldObject



77444
77445
77446
# File 'lib/quickfix_fields.rb', line 77444

def EventInitiatorType.field
	return 2830
end