Class: Quickfix::SettlMethodElectionDateOffsetUnit

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

Returns a new instance of SettlMethodElectionDateOffsetUnit.



70830
70831
70832
70833
70834
70835
70836
# File 'lib/quickfix_fields.rb', line 70830

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

Class Method Details

.fieldObject



70827
70828
70829
# File 'lib/quickfix_fields.rb', line 70827

def SettlMethodElectionDateOffsetUnit.field
  return 42781
end