Class: Quickfix::UnderlyingDeliveryStreamRiskApportionmentSource

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

Returns a new instance of UnderlyingDeliveryStreamRiskApportionmentSource.



53293
53294
53295
53296
53297
53298
53299
# File 'lib/quickfix_fields.rb', line 53293

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

Class Method Details

.fieldObject



53290
53291
53292
# File 'lib/quickfix_fields.rb', line 53290

def UnderlyingDeliveryStreamRiskApportionmentSource.field
  return 41587
end