Class: Quickfix::ApplID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplID

Returns a new instance of ApplID.



14098
14099
14100
14101
14102
14103
14104
# File 'lib/quickfix_fields.rb', line 14098

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

Class Method Details

.fieldObject



14095
14096
14097
# File 'lib/quickfix_fields.rb', line 14095

def ApplID.field
	return 1180
end