Class: Quickfix::RefApplID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefApplID

Returns a new instance of RefApplID.



16711
16712
16713
16714
16715
16716
16717
# File 'lib/quickfix_fields.rb', line 16711

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

Class Method Details

.fieldObject



16708
16709
16710
# File 'lib/quickfix_fields.rb', line 16708

def RefApplID.field
	return 1355
end