Class: Quickfix::LegPool

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPool

Returns a new instance of LegPool.



12889
12890
12891
12892
12893
12894
12895
# File 'lib/quickfix_fields.rb', line 12889

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

Class Method Details

.fieldObject



12886
12887
12888
# File 'lib/quickfix_fields.rb', line 12886

def LegPool.field
	return 740
end