Class: Quickfix::SwapSubClass

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

Returns a new instance of SwapSubClass.



42256
42257
42258
42259
42260
42261
42262
# File 'lib/quickfix_fields.rb', line 42256

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

Class Method Details

.fieldObject



42253
42254
42255
# File 'lib/quickfix_fields.rb', line 42253

def SwapSubClass.field
  return 1575
end