Class: Quickfix::NoLegDeliveryStreamCommoditySources

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

Returns a new instance of NoLegDeliveryStreamCommoditySources.



48678
48679
48680
48681
48682
48683
48684
# File 'lib/quickfix_fields.rb', line 48678

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

Class Method Details

.fieldObject



48675
48676
48677
# File 'lib/quickfix_fields.rb', line 48675

def NoLegDeliveryStreamCommoditySources.field
  return 41460
end