Class: Quickfix::NewsRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NewsRefID

Returns a new instance of NewsRefID.



19532
19533
19534
19535
19536
19537
19538
# File 'lib/quickfix_fields.rb', line 19532

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

Class Method Details

.fieldObject



19529
19530
19531
# File 'lib/quickfix_fields.rb', line 19529

def NewsRefID.field
  return 1476
end