Class: Quickfix::NoLegStreamCommodityAltIDs

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

Returns a new instance of NoLegStreamCommodityAltIDs.



51525
51526
51527
51528
51529
51530
51531
# File 'lib/quickfix_fields.rb', line 51525

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

Class Method Details

.fieldObject



51522
51523
51524
# File 'lib/quickfix_fields.rb', line 51522

def NoLegStreamCommodityAltIDs.field
  return 41674
end