Class: Quickfix::AllocSettlCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocSettlCurrency

Returns a new instance of AllocSettlCurrency.



5050
5051
5052
5053
5054
5055
5056
# File 'lib/quickfix_fields.rb', line 5050

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

Class Method Details

.fieldObject



5047
5048
5049
# File 'lib/quickfix_fields.rb', line 5047

def AllocSettlCurrency.field
	return 736
end