Class: Quickfix::UnderlyingDeliveryStreamTitleTransferLocation

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



53303
53304
53305
# File 'lib/quickfix_fields.rb', line 53303

def UnderlyingDeliveryStreamTitleTransferLocation.field
  return 41787
end