Class: Quickfix::TradeCollateralization

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeCollateralization

Returns a new instance of TradeCollateralization.



25356
25357
25358
25359
25360
25361
25362
# File 'lib/quickfix_fields.rb', line 25356

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