Class: Quickfix::UnderlyingDetachmentPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDetachmentPoint

Returns a new instance of UnderlyingDetachmentPoint.



5323
5324
5325
5326
5327
5328
5329
# File 'lib/quickfix_fields.rb', line 5323

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

Class Method Details

.fieldObject



5320
5321
5322
# File 'lib/quickfix_fields.rb', line 5320

def UnderlyingDetachmentPoint.field
	return 1460
end