Class: Quickfix::UnderlyingDeliveryStreamTitleTransferCondition

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTitleTransferCondition

Returns a new instance of UnderlyingDeliveryStreamTitleTransferCondition.



53319
53320
53321
53322
53323
53324
53325
# File 'lib/quickfix_fields.rb', line 53319

def initialize(data = nil)
	if( data == nil )
		super(41788)
	else
		super(41788, data)
	end
end

Class Method Details

.fieldObject



53316
53317
53318
# File 'lib/quickfix_fields.rb', line 53316

def UnderlyingDeliveryStreamTitleTransferCondition.field
	return 41788
end