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