Class: Quickfix::UnderlyingAssetSubType

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



76303
76304
76305
76306
76307
76308
76309
# File 'lib/quickfix_fields.rb', line 76303

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

Class Method Details

.fieldObject



76300
76301
76302
# File 'lib/quickfix_fields.rb', line 76300

def UnderlyingAssetSubType.field
	return 2744
end