Class: Quickfix::DeliveryStreamDeliverAtSourceIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamDeliverAtSourceIndicator

Returns a new instance of DeliveryStreamDeliverAtSourceIndicator.



41931
41932
41933
41934
41935
41936
41937
# File 'lib/quickfix_fields.rb', line 41931

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

Class Method Details

.fieldObject



41928
41929
41930
# File 'lib/quickfix_fields.rb', line 41928

def DeliveryStreamDeliverAtSourceIndicator.field
  return 41066
end