Class: Quickfix::SideSettlCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideSettlCurrency

Returns a new instance of SideSettlCurrency.



15606
15607
15608
15609
15610
15611
15612
# File 'lib/quickfix_fields.rb', line 15606

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

Class Method Details

.fieldObject



15603
15604
15605
# File 'lib/quickfix_fields.rb', line 15603

def SideSettlCurrency.field
	return 1155
end