Class: Quickfix::UnderlyingSwapSubClass

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

Returns a new instance of UnderlyingSwapSubClass.



54307
54308
54309
54310
54311
54312
54313
# File 'lib/quickfix_fields.rb', line 54307

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

Class Method Details

.fieldObject



54304
54305
54306
# File 'lib/quickfix_fields.rb', line 54304

def UnderlyingSwapSubClass.field
  return 2289
end