Class: Quickfix::PositionEffect

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PositionEffect



6597
6598
6599
6600
6601
6602
6603
# File 'lib/quickfix_fields.rb', line 6597

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

Class Method Details

.fieldObject



6594
6595
6596
# File 'lib/quickfix_fields.rb', line 6594

def PositionEffect.field
	return 77
end