Class: Quickfix::LegBrokerConfirmationDesc

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

Returns a new instance of LegBrokerConfirmationDesc.



61353
61354
61355
61356
61357
61358
61359
# File 'lib/quickfix_fields.rb', line 61353

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

Class Method Details

.fieldObject



61350
61351
61352
# File 'lib/quickfix_fields.rb', line 61350

def LegBrokerConfirmationDesc.field
  return 2500
end