Class: Quickfix::SideCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCurrency



15411
15412
15413
15414
15415
15416
15417
# File 'lib/quickfix_fields.rb', line 15411

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