Class: Quickfix::LegDeliveryStreamImporterOfRecord
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamImporterOfRecord
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamImporterOfRecord
constructor
A new instance of LegDeliveryStreamImporterOfRecord.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamImporterOfRecord
Returns a new instance of LegDeliveryStreamImporterOfRecord.
48431 48432 48433 48434 48435 48436 48437 |
# File 'lib/quickfix_fields.rb', line 48431 def initialize(data = nil) if( data == nil ) super(41441) else super(41441, data) end end |
Class Method Details
.field ⇒ Object
48428 48429 48430 |
# File 'lib/quickfix_fields.rb', line 48428 def LegDeliveryStreamImporterOfRecord.field return 41441 end |