Class: Quickfix::UnderlyingDetachmentPoint

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

Returns a new instance of UnderlyingDetachmentPoint.



19324
19325
19326
19327
19328
19329
19330
# File 'lib/quickfix_fields.rb', line 19324

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

Class Method Details

.fieldObject



19321
19322
19323
# File 'lib/quickfix_fields.rb', line 19321

def UnderlyingDetachmentPoint.field
  return 1460
end