Class: Quickfix::TradeLinkID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeLinkID

Returns a new instance of TradeLinkID.



2372
2373
2374
2375
2376
2377
2378
# File 'lib/quickfix_fields.rb', line 2372

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

Class Method Details

.fieldObject



2369
2370
2371
# File 'lib/quickfix_fields.rb', line 2369

def TradeLinkID.field
	return 820
end