Class: Quickfix::MinQtyMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MinQtyMethod

Returns a new instance of MinQtyMethod.



23822
23823
23824
23825
23826
23827
23828
# File 'lib/quickfix_fields.rb', line 23822

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

Class Method Details

.fieldObject



23819
23820
23821
# File 'lib/quickfix_fields.rb', line 23819

def MinQtyMethod.field
  return 1822
end