Class: Quickfix::FirmTransactionID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FirmTransactionID

Returns a new instance of FirmTransactionID.



61600
61601
61602
61603
61604
61605
61606
# File 'lib/quickfix_fields.rb', line 61600

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