Class: Quickfix::NewsRefType

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

Returns a new instance of NewsRefType.



19545
19546
19547
19548
19549
19550
19551
# File 'lib/quickfix_fields.rb', line 19545

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

Class Method Details

.fieldObject



19542
19543
19544
# File 'lib/quickfix_fields.rb', line 19542

def NewsRefType.field
  return 1477
end