Class: Quickfix::NoUnderlyingStreamCommoditySettlBusinessCenters

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

Returns a new instance of NoUnderlyingStreamCommoditySettlBusinessCenters.



55763
55764
55765
55766
55767
55768
55769
# File 'lib/quickfix_fields.rb', line 55763

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

Class Method Details

.fieldObject



55760
55761
55762
# File 'lib/quickfix_fields.rb', line 55760

def NoUnderlyingStreamCommoditySettlBusinessCenters.field
  return 41962
end