Class: Quickfix::AttachmentPoint

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) ⇒ AttachmentPoint

Returns a new instance of AttachmentPoint.



19285
19286
19287
19288
19289
19290
19291
# File 'lib/quickfix_fields.rb', line 19285

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

Class Method Details

.fieldObject



19282
19283
19284
# File 'lib/quickfix_fields.rb', line 19282

def AttachmentPoint.field
	return 1457
end