Class: Quickfix::UnderlyingStipType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStipType

Returns a new instance of UnderlyingStipType.



18102
18103
18104
18105
18106
18107
18108
# File 'lib/quickfix_fields.rb', line 18102

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

Class Method Details

.fieldObject



18099
18100
18101
# File 'lib/quickfix_fields.rb', line 18099

def UnderlyingStipType.field
	return 888
end