Class: Quickfix::LegLastQty

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegLastQty

Returns a new instance of LegLastQty.



5037
5038
5039
5040
5041
5042
5043
# File 'lib/quickfix_fields.rb', line 5037

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

Class Method Details

.fieldObject



5034
5035
5036
# File 'lib/quickfix_fields.rb', line 5034

def LegLastQty.field
  return 1418
end