Class: Quickfix::LegSecondaryAssetType

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

Returns a new instance of LegSecondaryAssetType.



27215
27216
27217
27218
27219
27220
27221
# File 'lib/quickfix_fields.rb', line 27215

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

Class Method Details

.fieldObject



27212
27213
27214
# File 'lib/quickfix_fields.rb', line 27212

def LegSecondaryAssetType.field
  return 2079
end