Class: Quickfix::LegDeliveryType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryType

Returns a new instance of LegDeliveryType.



61405
61406
61407
61408
61409
61410
61411
# File 'lib/quickfix_fields.rb', line 61405

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

Class Method Details

.fieldObject



61402
61403
61404
# File 'lib/quickfix_fields.rb', line 61402

def LegDeliveryType.field
	return 2504
end