Class: Quickfix::NoStrikes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoStrikes

Returns a new instance of NoStrikes.



16464
16465
16466
16467
16468
16469
16470
# File 'lib/quickfix_fields.rb', line 16464

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

Class Method Details

.fieldObject



16461
16462
16463
# File 'lib/quickfix_fields.rb', line 16461

def NoStrikes.field
  return 428
end