Class: Quickfix::DeliverToLocationID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliverToLocationID

Returns a new instance of DeliverToLocationID.



11732
11733
11734
11735
11736
11737
11738
# File 'lib/quickfix_fields.rb', line 11732

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

Class Method Details

.fieldObject



11729
11730
11731
# File 'lib/quickfix_fields.rb', line 11729

def DeliverToLocationID.field
	return 145
end