Class: Quickfix::LegDeliveryStreamDeliveryPoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamDeliveryPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryPoint
constructor
A new instance of LegDeliveryStreamDeliveryPoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryPoint
Returns a new instance of LegDeliveryStreamDeliveryPoint.
48314 48315 48316 48317 48318 48319 48320 |
# File 'lib/quickfix_fields.rb', line 48314 def initialize(data = nil) if( data == nil ) super(41433) else super(41433, data) end end |
Class Method Details
.field ⇒ Object
48311 48312 48313 |
# File 'lib/quickfix_fields.rb', line 48311 def LegDeliveryStreamDeliveryPoint.field return 41433 end |