Class: Quickfix::LegRatioQty

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

Returns a new instance of LegRatioQty.



8456
8457
8458
8459
8460
8461
8462
# File 'lib/quickfix_fields.rb', line 8456

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

Class Method Details

.fieldObject



8453
8454
8455
# File 'lib/quickfix_fields.rb', line 8453

def LegRatioQty.field
  return 623
end