Class: Quickfix::UnderlyingDeliveryStreamTitleTransferLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamTitleTransferLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTitleTransferLocation
constructor
A new instance of UnderlyingDeliveryStreamTitleTransferLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTitleTransferLocation
Returns a new instance of UnderlyingDeliveryStreamTitleTransferLocation.
53306 53307 53308 53309 53310 53311 53312 |
# File 'lib/quickfix_fields.rb', line 53306 def initialize(data = nil) if( data == nil ) super(41787) else super(41787, data) end end |
Class Method Details
.field ⇒ Object
53303 53304 53305 |
# File 'lib/quickfix_fields.rb', line 53303 def .field return 41787 end |