Class: Quickfix::UnderlyingSecuritySubType

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

Returns a new instance of UnderlyingSecuritySubType.



10432
10433
10434
10435
10436
10437
10438
# File 'lib/quickfix_fields.rb', line 10432

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

Class Method Details

.fieldObject



10429
10430
10431
# File 'lib/quickfix_fields.rb', line 10429

def UnderlyingSecuritySubType.field
  return 763
end