Class: Quickfix::DeliveryStreamRiskApportionment

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

Returns a new instance of DeliveryStreamRiskApportionment.



41944
41945
41946
41947
41948
41949
41950
# File 'lib/quickfix_fields.rb', line 41944

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

Class Method Details

.fieldObject



41941
41942
41943
# File 'lib/quickfix_fields.rb', line 41941

def DeliveryStreamRiskApportionment.field
  return 41067
end