Class: Quickfix::ConfirmID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ConfirmID

Returns a new instance of ConfirmID.



3568
3569
3570
3571
3572
3573
3574
# File 'lib/quickfix_fields.rb', line 3568

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

Class Method Details

.fieldObject



3565
3566
3567
# File 'lib/quickfix_fields.rb', line 3565

def ConfirmID.field
	return 664
end