Class: Quickfix::LegLastPx

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

Returns a new instance of LegLastPx.



8586
8587
8588
8589
8590
8591
8592
# File 'lib/quickfix_fields.rb', line 8586

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

Class Method Details

.fieldObject



8583
8584
8585
# File 'lib/quickfix_fields.rb', line 8583

def LegLastPx.field
  return 637
end