Class: Quickfix::LegAllocSettlCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocSettlCurrency

Returns a new instance of LegAllocSettlCurrency.



8794
8795
8796
8797
8798
8799
8800
# File 'lib/quickfix_fields.rb', line 8794

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

Class Method Details

.fieldObject



8791
8792
8793
# File 'lib/quickfix_fields.rb', line 8791

def LegAllocSettlCurrency.field
	return 1367
end