Class: Quickfix::TradePublishIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradePublishIndicator

Returns a new instance of TradePublishIndicator.



9093
9094
9095
9096
9097
9098
9099
# File 'lib/quickfix_fields.rb', line 9093

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

Class Method Details

.fieldObject



9090
9091
9092
# File 'lib/quickfix_fields.rb', line 9090

def TradePublishIndicator.field
	return 1390
end