Class: Quickfix::TradSesMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesMethod

Returns a new instance of TradSesMethod.



4283
4284
4285
4286
4287
4288
4289
# File 'lib/quickfix_fields.rb', line 4283

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