Class: Quickfix::TrdSubType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdSubType

Returns a new instance of TrdSubType.



7793
7794
7795
7796
7797
7798
7799
# File 'lib/quickfix_fields.rb', line 7793

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

Class Method Details

.fieldObject



7790
7791
7792
# File 'lib/quickfix_fields.rb', line 7790

def TrdSubType.field
	return 829
end