Class: Quickfix::UnderlyingSecondaryAssetType

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

Returns a new instance of UnderlyingSecondaryAssetType.



27267
27268
27269
27270
27271
27272
27273
# File 'lib/quickfix_fields.rb', line 27267

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

Class Method Details

.fieldObject



27264
27265
27266
# File 'lib/quickfix_fields.rb', line 27264

def UnderlyingSecondaryAssetType.field
  return 2083
end