Class: Quickfix::UnderlyingSecondaryAssetSubType

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) ⇒ UnderlyingSecondaryAssetSubType

Returns a new instance of UnderlyingSecondaryAssetSubType.



76342
76343
76344
76345
76346
76347
76348
# File 'lib/quickfix_fields.rb', line 76342

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

Class Method Details

.fieldObject



76339
76340
76341
# File 'lib/quickfix_fields.rb', line 76339

def UnderlyingSecondaryAssetSubType.field
	return 2745
end