Class: Quickfix::FillRefID

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

Returns a new instance of FillRefID.



60339
60340
60341
60342
60343
60344
60345
# File 'lib/quickfix_fields.rb', line 60339

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

Class Method Details

.fieldObject



60336
60337
60338
# File 'lib/quickfix_fields.rb', line 60336

def FillRefID.field
  return 2421
end