Class: Quickfix::LegSettlMethodElectionDateAdjusted

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

Returns a new instance of LegSettlMethodElectionDateAdjusted.



68243
68244
68245
68246
68247
68248
68249
# File 'lib/quickfix_fields.rb', line 68243

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

Class Method Details

.fieldObject



68240
68241
68242
# File 'lib/quickfix_fields.rb', line 68240

def LegSettlMethodElectionDateAdjusted.field
  return 42580
end