Class: Quickfix::DeliveryStreamRiskApportionmentSource

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

Returns a new instance of DeliveryStreamRiskApportionmentSource.



41957
41958
41959
41960
41961
41962
41963
# File 'lib/quickfix_fields.rb', line 41957

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

Class Method Details

.fieldObject



41954
41955
41956
# File 'lib/quickfix_fields.rb', line 41954

def DeliveryStreamRiskApportionmentSource.field
  return 41218
end