Class: Quickfix::DeliveryStreamWithdrawalPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamWithdrawalPoint

Returns a new instance of DeliveryStreamWithdrawalPoint.



41866
41867
41868
41869
41870
41871
41872
# File 'lib/quickfix_fields.rb', line 41866

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

Class Method Details

.fieldObject



41863
41864
41865
# File 'lib/quickfix_fields.rb', line 41863

def DeliveryStreamWithdrawalPoint.field
  return 41061
end