Class: Quickfix::SecurityMassTradingEvent

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

Returns a new instance of SecurityMassTradingEvent.



21560
21561
21562
21563
21564
21565
21566
# File 'lib/quickfix_fields.rb', line 21560

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

Class Method Details

.fieldObject



21557
21558
21559
# File 'lib/quickfix_fields.rb', line 21557

def SecurityMassTradingEvent.field
  return 1680
end