Class: Quickfix::LegRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRefID

Returns a new instance of LegRefID.



12499
12500
12501
12502
12503
12504
12505
# File 'lib/quickfix_fields.rb', line 12499

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

Class Method Details

.fieldObject



12496
12497
12498
# File 'lib/quickfix_fields.rb', line 12496

def LegRefID.field
	return 654
end