Class: Quickfix::NoRateSources

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRateSources

Returns a new instance of NoRateSources.



17270
17271
17272
17273
17274
17275
17276
# File 'lib/quickfix_fields.rb', line 17270

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

Class Method Details

.fieldObject



17267
17268
17269
# File 'lib/quickfix_fields.rb', line 17267

def NoRateSources.field
	return 1445
end