Class: Quickfix::UnderlyingDeliveryStreamWithdrawalPoint

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) ⇒ UnderlyingDeliveryStreamWithdrawalPoint

Returns a new instance of UnderlyingDeliveryStreamWithdrawalPoint.



53202
53203
53204
53205
53206
53207
53208
# File 'lib/quickfix_fields.rb', line 53202

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

Class Method Details

.fieldObject



53199
53200
53201
# File 'lib/quickfix_fields.rb', line 53199

def UnderlyingDeliveryStreamWithdrawalPoint.field
  return 41780
end