Class: Quickfix::SecondaryTradeID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryTradeID

Returns a new instance of SecondaryTradeID.



4556
4557
4558
4559
4560
4561
4562
# File 'lib/quickfix_fields.rb', line 4556

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

Class Method Details

.fieldObject



4553
4554
4555
# File 'lib/quickfix_fields.rb', line 4553

def SecondaryTradeID.field
	return 1040
end