Class: Quickfix::UnderlyingDeliveryStreamTitleTransferLocation
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryStreamTitleTransferLocation
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTitleTransferLocation
constructor
A new instance of UnderlyingDeliveryStreamTitleTransferLocation.
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 |