Class: Quickfix::LegSettlCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlCurrency

Returns a new instance of LegSettlCurrency.



3672
3673
3674
3675
3676
3677
3678
# File 'lib/quickfix_fields.rb', line 3672

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

Class Method Details

.fieldObject



3669
3670
3671
# File 'lib/quickfix_fields.rb', line 3669

def LegSettlCurrency.field
	return 675
end