Class: Quickfix::NewsRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NewsRefID

Returns a new instance of NewsRefID.



331
332
333
334
335
336
337
# File 'lib/quickfix_fields.rb', line 331

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

Class Method Details

.fieldObject



328
329
330
# File 'lib/quickfix_fields.rb', line 328

def NewsRefID.field
	return 1476
end