Class: Quickfix::LegSecondaryAssetSubClass

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSecondaryAssetSubClass

Returns a new instance of LegSecondaryAssetSubClass.



27202
27203
27204
27205
27206
27207
27208
# File 'lib/quickfix_fields.rb', line 27202

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

Class Method Details

.fieldObject



27199
27200
27201
# File 'lib/quickfix_fields.rb', line 27199

def LegSecondaryAssetSubClass.field
  return 2078
end