Class: Quickfix::DeliveryStreamDeliveryRestriction

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

Returns a new instance of DeliveryStreamDeliveryRestriction.



41892
41893
41894
41895
41896
41897
41898
# File 'lib/quickfix_fields.rb', line 41892

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

Class Method Details

.fieldObject



41889
41890
41891
# File 'lib/quickfix_fields.rb', line 41889

def DeliveryStreamDeliveryRestriction.field
  return 41063
end