Class: Quickfix::LegDeliveryStreamRiskApportionmentSource

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

Returns a new instance of LegDeliveryStreamRiskApportionmentSource.



48392
48393
48394
48395
48396
48397
48398
# File 'lib/quickfix_fields.rb', line 48392

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

Class Method Details

.fieldObject



48389
48390
48391
# File 'lib/quickfix_fields.rb', line 48389

def LegDeliveryStreamRiskApportionmentSource.field
  return 41219
end