Class: Quickfix::RefreshQty

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

Returns a new instance of RefreshQty.



14540
14541
14542
14543
14544
14545
14546
# File 'lib/quickfix_fields.rb', line 14540

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

Class Method Details

.fieldObject



14537
14538
14539
# File 'lib/quickfix_fields.rb', line 14537

def RefreshQty.field
  return 1088
end