Class: Quickfix::TradSesUpdateAction

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradSesUpdateAction

Returns a new instance of TradSesUpdateAction.



17764
17765
17766
17767
17768
17769
17770
# File 'lib/quickfix_fields.rb', line 17764

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

Class Method Details

.fieldObject



17761
17762
17763
# File 'lib/quickfix_fields.rb', line 17761

def TradSesUpdateAction.field
  return 1327
end