Class: Quickfix::LegDetachmentPoint

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

Returns a new instance of LegDetachmentPoint.



42568
42569
42570
42571
42572
42573
42574
# File 'lib/quickfix_fields.rb', line 42568

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

Class Method Details

.fieldObject



42565
42566
42567
# File 'lib/quickfix_fields.rb', line 42565

def LegDetachmentPoint.field
  return 2154
end