Class: Quickfix::UnderlyingDeliveryStreamTransportEquipment
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamTransportEquipment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTransportEquipment
constructor
A new instance of UnderlyingDeliveryStreamTransportEquipment.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTransportEquipment
Returns a new instance of UnderlyingDeliveryStreamTransportEquipment.
53449 53450 53451 53452 53453 53454 53455 |
# File 'lib/quickfix_fields.rb', line 53449 def initialize(data = nil) if( data == nil ) super(41798) else super(41798, data) end end |
Class Method Details
.field ⇒ Object
53446 53447 53448 |
# File 'lib/quickfix_fields.rb', line 53446 def .field return 41798 end |