Class: Quickfix::UnderlyingDeliveryStreamDeliveryPointDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamDeliveryPointDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPointDesc
constructor
A new instance of UnderlyingDeliveryStreamDeliveryPointDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPointDesc
Returns a new instance of UnderlyingDeliveryStreamDeliveryPointDesc.
57154 57155 57156 57157 57158 57159 57160 |
# File 'lib/quickfix_fields.rb', line 57154 def initialize(data = nil) if( data == nil ) super(42197) else super(42197, data) end end |
Class Method Details
.field ⇒ Object
57151 57152 57153 |
# File 'lib/quickfix_fields.rb', line 57151 def UnderlyingDeliveryStreamDeliveryPointDesc.field return 42197 end |