Class: Quickfix::OffshoreIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OffshoreIndicator

Returns a new instance of OffshoreIndicator.



77018
77019
77020
77021
77022
77023
77024
# File 'lib/quickfix_fields.rb', line 77018

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