Class: Quickfix::CardIssNo

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CardIssNo

Returns a new instance of CardIssNo.



6805
6806
6807
6808
6809
6810
6811
# File 'lib/quickfix_fields.rb', line 6805

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

Class Method Details

.fieldObject



6802
6803
6804
# File 'lib/quickfix_fields.rb', line 6802

def CardIssNo.field
	return 491
end