Class: Quickfix::DetachmentPoint

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

Returns a new instance of DetachmentPoint.



19298
19299
19300
19301
19302
19303
19304
# File 'lib/quickfix_fields.rb', line 19298

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

Class Method Details

.fieldObject



19295
19296
19297
# File 'lib/quickfix_fields.rb', line 19295

def DetachmentPoint.field
  return 1458
end