Class: Quickfix::LegDeliveryStreamWithdrawalPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamWithdrawalPoint

Returns a new instance of LegDeliveryStreamWithdrawalPoint.



48301
48302
48303
48304
48305
48306
48307
# File 'lib/quickfix_fields.rb', line 48301

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

Class Method Details

.fieldObject



48298
48299
48300
# File 'lib/quickfix_fields.rb', line 48298

def LegDeliveryStreamWithdrawalPoint.field
	return 41432
end