Class: Quickfix::NoUnderlyingDeliveryStreamCommoditySources

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

Returns a new instance of NoUnderlyingDeliveryStreamCommoditySources.



53579
53580
53581
53582
53583
53584
53585
# File 'lib/quickfix_fields.rb', line 53579

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

Class Method Details

.fieldObject



53576
53577
53578
# File 'lib/quickfix_fields.rb', line 53576

def NoUnderlyingDeliveryStreamCommoditySources.field
  return 41808
end