Class: Quickfix::UnderlyingAttachmentPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAttachmentPoint

Returns a new instance of UnderlyingAttachmentPoint.



1475
1476
1477
1478
1479
1480
1481
# File 'lib/quickfix_fields.rb', line 1475

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

Class Method Details

.fieldObject



1472
1473
1474
# File 'lib/quickfix_fields.rb', line 1472

def UnderlyingAttachmentPoint.field
	return 1459
end