Class: Quickfix::UnderlyingDeliveryStreamImporterOfRecord
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamImporterOfRecord
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamImporterOfRecord
constructor
A new instance of UnderlyingDeliveryStreamImporterOfRecord.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamImporterOfRecord
Returns a new instance of UnderlyingDeliveryStreamImporterOfRecord.
53332 53333 53334 53335 53336 53337 53338 |
# File 'lib/quickfix_fields.rb', line 53332 def initialize(data = nil) if( data == nil ) super(41789) else super(41789, data) end end |
Class Method Details
.field ⇒ Object
53329 53330 53331 |
# File 'lib/quickfix_fields.rb', line 53329 def .field return 41789 end |