Class: Quickfix::LegCreditRating

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCreditRating

Returns a new instance of LegCreditRating.



11472
11473
11474
11475
11476
11477
11478
# File 'lib/quickfix_fields.rb', line 11472

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

Class Method Details

.fieldObject



11469
11470
11471
# File 'lib/quickfix_fields.rb', line 11469

def LegCreditRating.field
	return 257
end