Class: Quickfix::SettlDeliveryType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlDeliveryType

Returns a new instance of SettlDeliveryType.



7052
7053
7054
7055
7056
7057
7058
# File 'lib/quickfix_fields.rb', line 7052

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

Class Method Details

.fieldObject



7049
7050
7051
# File 'lib/quickfix_fields.rb', line 7049

def SettlDeliveryType.field
	return 172
end