Class: Quickfix::LegDeliveryStreamDeliveryContingency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamDeliveryContingency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingency
constructor
A new instance of LegDeliveryStreamDeliveryContingency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingency
Returns a new instance of LegDeliveryStreamDeliveryContingency.
48340 48341 48342 48343 48344 48345 48346 |
# File 'lib/quickfix_fields.rb', line 48340 def initialize(data = nil) if( data == nil ) super(41435) else super(41435, data) end end |
Class Method Details
.field ⇒ Object
48337 48338 48339 |
# File 'lib/quickfix_fields.rb', line 48337 def LegDeliveryStreamDeliveryContingency.field return 41435 end |