Class: Quickfix::LegDeliveryStreamDeliveryPointDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamDeliveryPointDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryPointDesc
constructor
A new instance of LegDeliveryStreamDeliveryPointDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryPointDesc
Returns a new instance of LegDeliveryStreamDeliveryPointDesc.
57076 57077 57078 57079 57080 57081 57082 |
# File 'lib/quickfix_fields.rb', line 57076 def initialize(data = nil) if( data == nil ) super(42195) else super(42195, data) end end |
Class Method Details
.field ⇒ Object
57073 57074 57075 |
# File 'lib/quickfix_fields.rb', line 57073 def LegDeliveryStreamDeliveryPointDesc.field return 42195 end |