Class: Quickfix::MinTradeVol

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MinTradeVol

Returns a new instance of MinTradeVol.



279
280
281
282
283
284
285
# File 'lib/quickfix_fields.rb', line 279

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

Class Method Details

.fieldObject



276
277
278
# File 'lib/quickfix_fields.rb', line 276

def MinTradeVol.field
  return 562
end