Class: Quickfix::UnderlyingDeliveryStreamRiskApportionmentSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamRiskApportionmentSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionmentSource
constructor
A new instance of UnderlyingDeliveryStreamRiskApportionmentSource.
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
.field ⇒ Object
53290 53291 53292 |
# File 'lib/quickfix_fields.rb', line 53290 def .field return 41587 end |