Class: Quickfix::FillMatchSubID

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

Returns a new instance of FillMatchSubID.



75302
75303
75304
75305
75306
75307
75308
# File 'lib/quickfix_fields.rb', line 75302

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

Class Method Details

.fieldObject



75299
75300
75301
# File 'lib/quickfix_fields.rb', line 75299

def FillMatchSubID.field
  return 2674
end