Class: Quickfix::DeliveryStreamTitleTransferLocation

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

Returns a new instance of DeliveryStreamTitleTransferLocation.



41970
41971
41972
41973
41974
41975
41976
# File 'lib/quickfix_fields.rb', line 41970

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

Class Method Details

.fieldObject



41967
41968
41969
# File 'lib/quickfix_fields.rb', line 41967

def DeliveryStreamTitleTransferLocation.field
  return 41068
end