Class: Quickfix::LegSettlMethodElectionDateOffsetUnit

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

Returns a new instance of LegSettlMethodElectionDateOffsetUnit.



68217
68218
68219
68220
68221
68222
68223
# File 'lib/quickfix_fields.rb', line 68217

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

Class Method Details

.fieldObject



68214
68215
68216
# File 'lib/quickfix_fields.rb', line 68214

def LegSettlMethodElectionDateOffsetUnit.field
  return 42578
end