Class: Quickfix::AttachmentPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AttachmentPoint

Returns a new instance of AttachmentPoint.



9600
9601
9602
9603
9604
9605
9606
# File 'lib/quickfix_fields.rb', line 9600

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

Class Method Details

.fieldObject



9597
9598
9599
# File 'lib/quickfix_fields.rb', line 9597

def AttachmentPoint.field
	return 1457
end