Class: Quickfix::LegSettlMethodElectionDateBusinessCenter

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



68269
68270
68271
68272
68273
68274
68275
# File 'lib/quickfix_fields.rb', line 68269

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

Class Method Details

.fieldObject



68266
68267
68268
# File 'lib/quickfix_fields.rb', line 68266

def LegSettlMethodElectionDateBusinessCenter.field
  return 42582
end