Class: Quickfix::UnderlyingDeliveryStreamRiskApportionment
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamRiskApportionment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionment
constructor
A new instance of UnderlyingDeliveryStreamRiskApportionment.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionment
Returns a new instance of UnderlyingDeliveryStreamRiskApportionment.
53280 53281 53282 53283 53284 53285 53286 |
# File 'lib/quickfix_fields.rb', line 53280 def initialize(data = nil) if( data == nil ) super(41786) else super(41786, data) end end |
Class Method Details
.field ⇒ Object
53277 53278 53279 |
# File 'lib/quickfix_fields.rb', line 53277 def UnderlyingDeliveryStreamRiskApportionment.field return 41786 end |