Class: Quickfix::LegDeliveryStreamRiskApportionment
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamRiskApportionment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionment
constructor
A new instance of LegDeliveryStreamRiskApportionment.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionment
Returns a new instance of LegDeliveryStreamRiskApportionment.
48379 48380 48381 48382 48383 48384 48385 |
# File 'lib/quickfix_fields.rb', line 48379 def initialize(data = nil) if( data == nil ) super(41438) else super(41438, data) end end |
Class Method Details
.field ⇒ Object
48376 48377 48378 |
# File 'lib/quickfix_fields.rb', line 48376 def LegDeliveryStreamRiskApportionment.field return 41438 end |