Class: Quickfix::SideTrdSubType

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

Returns a new instance of SideTrdSubType.



18765
18766
18767
18768
18769
18770
18771
# File 'lib/quickfix_fields.rb', line 18765

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

Class Method Details

.fieldObject



18762
18763
18764
# File 'lib/quickfix_fields.rb', line 18762

def SideTrdSubType.field
	return 1008
end