Class: Quickfix::UnderlyingSecurityAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource



19181
19182
19183
19184
19185
19186
19187
# File 'lib/quickfix_fields.rb', line 19181

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

Class Method Details

.fieldObject



19178
19179
19180
# File 'lib/quickfix_fields.rb', line 19178

def UnderlyingSecurityAltIDSource.field
  return 459
end