Class: Quickfix::LegAttachmentPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegAttachmentPoint

Returns a new instance of LegAttachmentPoint.



42555
42556
42557
42558
42559
42560
42561
# File 'lib/quickfix_fields.rb', line 42555

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

Class Method Details

.fieldObject



42552
42553
42554
# File 'lib/quickfix_fields.rb', line 42552

def LegAttachmentPoint.field
	return 2153
end