Class: Quickfix::FillMatchID

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

Returns a new instance of FillMatchID.



75289
75290
75291
75292
75293
75294
75295
# File 'lib/quickfix_fields.rb', line 75289

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

Class Method Details

.fieldObject



75286
75287
75288
# File 'lib/quickfix_fields.rb', line 75286

def FillMatchID.field
	return 2673
end