Class: Quickfix::UnderlyingSecurityType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityType



12083
12084
12085
12086
12087
12088
12089
# File 'lib/quickfix_fields.rb', line 12083

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

Class Method Details

.fieldObject



12080
12081
12082
# File 'lib/quickfix_fields.rb', line 12080

def UnderlyingSecurityType.field
  return 310
end