Class: Quickfix::LegDeliveryStreamEntryPoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamEntryPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamEntryPoint
constructor
A new instance of LegDeliveryStreamEntryPoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamEntryPoint
Returns a new instance of LegDeliveryStreamEntryPoint.
48288 48289 48290 48291 48292 48293 48294 |
# File 'lib/quickfix_fields.rb', line 48288 def initialize(data = nil) if( data == nil ) super(41431) else super(41431, data) end end |
Class Method Details
.field ⇒ Object
48285 48286 48287 |
# File 'lib/quickfix_fields.rb', line 48285 def LegDeliveryStreamEntryPoint.field return 41431 end |